A modern Todo application built with React, Vite, and Tailwind CSS. This app helps you manage your tasks efficiently with a clean, responsive UI.
- Add Tasks: Quickly add new tasks with a description.
- Mark as Completed: Check off tasks when done.
- Delete Tasks: Remove tasks that are no longer needed.
- Responsive Design: Works perfectly on both desktop and mobile.
- Persistent Storage: Tasks are saved in localStorage, so they remain even after refreshing the page.
- React: Component-based UI for interactive features.
- Vite: Fast build tool with Hot Module Replacement (HMR) for instant feedback.
- Tailwind CSS: Utility-first CSS framework for a clean and modern design.
- JavaScript: Core logic for task management.
- Clone the repository:
git clone https://github.com/YourUsername/react-todo-app.git