A visually stunning Todo List App built with React and Tailwind CSS. This application lets you add, complete, and delete tasks with smooth UI transitions and a responsive layout.
- 📌 Add new tasks
- ✅ Mark tasks as complete
- 🔁 Toggle completed tasks back to pending
- ❌ Delete tasks
- 🌈 Beautiful gradient UI using Tailwind CSS
- 🧠 Smart task sectioning (Pending & Completed)
- React
- Tailwind CSS
- JavaScript (ES6+)
- Vite (if used for bundling, otherwise replace with Create React App)
# 1. Clone the repository
git clone https://github.com/thecreativecoder07/to-do-list.git
# 2. Navigate into the project folder
cd to-do-list
# 3. Install dependencies
npm install
# 4. Run the development server
npm run dev # or `npm start` if you're using Create React App