git clone https://github.com/Prajwal1412/To-Do-App
A simple and stylish To-Do List application built with React, Vite, and Tailwind CSS. Easily add, complete, edit, and delete your daily tasks with a clean and responsive UI.
- ✅ Add new tasks
- 🖊️ Edit existing tasks
- ❌ Delete tasks
- ✔️ Mark tasks as completed / uncompleted
- 🎨 Styled with Tailwind CSS
- ⚡ Built with Vite for fast performance
(You can replace the image with your own screenshot.)
- Node.js (v16+ recommended)
- npm or yarn
# Navigate to the project folder
cd todo-list-app
# Install dependencies
npm install
# Start the development server
npm run dev