A simple and elegant Todo List application built with React, Vite, and Tailwind CSS. This app allows users to add, delete, and manage tasks efficiently.
New repository/website uploaded with full-stack capabilities. This repository will no longer receive updates.
✅ Add new tasks
✅ Mark tasks as completed
✅ Delete tasks
✅ Filter: All | Active | Completed
✅ Persistent tasks using local storage
✅ Responsive and minimal UI
- Frontend: React + Vite
- Styling: Tailwind CSS
- State Management: useState & useEffect
- Deployment: Netlify
-
Clone the repository
git clone https://github.com/your-username/todo-list.git cd todo-list -
Install dependencies
npm install
-
Run the development server
npm run dev
-
Build for production
npm run build
Here are some planned features and improvements for upcoming versions:
- 🔹 Add dark mode support 🌙
- 🔹 Implement drag & drop for task reordering 🔄
- 🔹 Introduce reminders for tasks ⏰
- 🔹 Recurring Tasks (Daily, Weekly, Monthly)
- 🔹 Priority Levels (Low, Medium, High)
- 🔹 Task Streaks (Encourage consistency)
- 🔹 Pomodoro Timer ⏳ (Focus & time management)
- 🔹 Categories/Tags (Work, Personal, Shopping, etc.)
Stay tuned for updates! If you have suggestions, feel free to open an issue or contribute! 🚀
This project is licensed under the MIT License - see the LICENSE file for details. This project is open-source and free to use.
🚀 Made with ❤️ using React, Vite & Tailwind!