A modern, interactive Todo List built with Next.js 13, TypeScript, and Tailwind CSS.
Supports adding, completing, and deleting tasks with responsive and polished UI.
- Add tasks dynamically via input.
- Mark tasks as completed (strikethrough + color change + opacity).
- Delete tasks individually.
- Responsive layout that works on desktop and mobile.
- Modern styling with Tailwind CSS: hover effects, smooth transitions, and color-coded buttons.
- Next.js 13 (App Router & React 18 features)
- TypeScript
- Tailwind CSS
- Node.js >= 18.x
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/nextjs-todo-app.git
cd nextjs-todo-app