A simple and clean Todo application built with React that helps users manage daily tasks efficiently.
The app supports adding, completing, deleting, filtering tasks, and persists data using localStorage, so your todos remain even after refreshing the page.
- ➕ Add new tasks
- ✅ Mark tasks as completed
- ❌ Delete tasks
- 🔍 Filter tasks:
- All
- Completed
- Pending
- 💾 Persistent data storage using
localStorage
- React
- JavaScript (ES6+)
- CSS
- localStorage API
🔗 Live app: https://todolist-upendrakda.netlify.app/
Follow these steps to run the project locally:
git clone https://github.com/upendrakda/To-Do-List.gitcd To-Do-Listnpm installnpm run devThis project was built as a learning exercise to practice React fundamentals.
More features and improvements may be added in the future as learning continues.
Happy coding! 🚀


