nextjs-fullstack-todo Tailwind Templates

Nextjs Fullstack Todo

Fullstack Todo app built with Next.js 15, Clerk authentication, Prisma (MongoDB), Tailwind CSS v4, and shadcn/ui components.

Next.js Fullstack Todo App

A modern, full-stack Todo application built with Next.js 15 App Router, React 19, Prisma (MongoDB), Clerk authentication, Tailwind CSS v4, and shadcn/ui components. Features include user registration, todo creation, update, completion, and deletion — all scoped per authenticated user.


šŸš€ Live Preview

Visit the live application: https://nextjs-fullstack-todo-psi.vercel.app


šŸ› ļø Tech Stack


✨ Features

  • āœ… User authentication (Clerk)
  • āœ… Add, edit, delete, and complete todos
  • āœ… Todos scoped by logged-in user
  • āœ… Server actions with form validation
  • āœ… Radix UI + Tailwind design system
  • āœ… Responsive, accessible, and clean UI
  • āœ… Dark/light mode toggle
  • āœ… Prisma schema & MongoDB support

šŸ“¦ Project Structure

/nextjs-fullstack-todo
ā”œā”€ā”€ app/
ā”œā”€ā”€ components/
ā”œā”€ā”€ interfaces/
ā”œā”€ā”€ lib/
ā”œā”€ā”€ prisma/
ā”œā”€ā”€ provider/
ā”œā”€ā”€ public/
ā”œā”€ā”€ schema/
ā”œā”€ā”€ .env
ā”œā”€ā”€ prisma/schema.prisma
ā”œā”€ā”€ middleware.ts
ā”œā”€ā”€ tailwind.config.mjs
ā”œā”€ā”€ eslint.config.mjs
ā”œā”€ā”€ tsconfig.json
└── package.json

šŸ”§ Getting Started

1. Clone the repository

git clone https://github.com/mmt20/nextjs-fullstack-todo
cd nextjs-fullstack-todo

2. Install dependencies

pnpm install

3. Set up environment variables

DATABASE_URL="your_mongodb_connection_string"
CLERK_SECRET_KEY="your_clerk_secret_key"
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY="your_clerk_publishable_key"

4. Generate Prisma client

pnpm prisma generate
# or
npx prisma generate

5. Start development server

pnpm dev

Open http://localhost:3000 in your browser to see the application.

šŸš€ Deployment

  • Deploy easily on Vercel.

  • Use MongoDB Atlas for database.

  • Set environment variables in your project settings.

šŸ“¬ Contact

šŸ“§ Email: [email protected]
šŸ”— LinkedIn: mostafa22

Top categories

Loading Svelte Themes