/todo-app

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.

Primary LanguageTypeScript

To-Do App

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.

Features

  • 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

Getting Started

Clone the repository

git clone https://github.com/birajrai/todo-app.git

Install dependencies

pnpm i

Start the development server

pnpm dev

Build the app

pnpm build

Repository Link

https://github.com/birajrai/todo-app