A modern and responsive To-Do App built using React to help users manage daily tasks efficiently with a clean UI and smooth interactions.
- ➕ Add new tasks
- ✅ Mark tasks as completed
- ❌ Delete tasks
- 💾 Persistent data using local storage
- 📱 UI with Tailwind CSS
- ⚡ Fast and user-friendly experience
- Clone the repository
git clone https://github.com/Aakash-forever/Todo-App.git
- Navigate into the project
cd Todo-App - Install dependencies
npm install
- Start the development server
npm run dev
5️. Open in browser
Once the server starts, open the URL shown in the terminal (usually http://localhost:5173).