A simple To-Do List application built with React and TailwindCSS.
It allows users to add, edit, mark as done, and delete tasks with progress tracking and local storage persistence.
🚀 Features
- Add new tasks
- Mark tasks as done/undone
- Edit existing tasks inline
- Delete tasks
- Persistent storage using localStorage
- Clean UI with TailwindCSS
⚡ Tech Stack
- React – Frontend library
- TailwindCSS – Styling framework
📂 Project SetUp
Clone the repository and install dependencies:
git clone https://github.com/Aysha022/ToDoList.git
cd todo-app
npm install
Run the development server:
npm run dev