Skip to content

haseeb-developer/next-js-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth Diary

A diary application with authentication, built with Next.js, TypeScript, and Tailwind CSS.

Tech Stack

  • Next.js 15.5 - React framework with App Router
  • TypeScript - Type-safe development
  • Tailwind CSS v4 - Utility-first CSS framework
  • React 19 - Latest React version

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Project Structure

auth-diary/
├── app/
│   ├── layout.tsx      # Root layout
│   ├── page.tsx        # Homepage
│   ├── globals.css     # Global styles with Tailwind
│   └── favicon.ico     # Favicon
├── public/             # Static assets
├── next.config.ts      # Next.js configuration
├── tsconfig.json       # TypeScript configuration
├── postcss.config.mjs  # PostCSS configuration
└── package.json        # Dependencies and scripts

Available Scripts

  • npm run dev - Start development server with Turbopack
  • npm run build - Build for production
  • npm run start - Start production server
  • npm run lint - Run ESLint

Learn More

To learn more about the technologies used:

Next Steps

This project is set up and ready for adding authentication features.

About

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published