A modern, responsive To-Do app built with Next.js, TailwindCSS, and TypeScript. The app supports dark mode and allows users to manage tasks with priority levels and due dates.
- Create, edit, and delete tasks
- Mark tasks as complete or incomplete
- Set priority levels for tasks
- Set due dates for tasks
- Responsive design with mobile support
- Dark mode toggle
- Data persistence using cookies
- Share tasks via URL
- Progressive Web App (PWA) support
git clone https://github.com/birajrai/todo-app.git
pnpm i
pnpm dev
pnpm build
https://github.com/birajrai/todo-app