This is a Next.js project bootstrapped with create-next-app.
It’s a simple Todo App built with TypeScript + Tailwind CSS, featuring add, edit, delete, and mark-as-complete functionality.
🌍 Live Demo: Todo App on Vercel
First, install dependencies and run the development server:
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev