- A simple ToDo list with the following features:
- Add a new todo 📝📥
- Mark a todo as completed ✅
- Edit a todo 📝
- Delete a todo 🗑️
- Filter todos based on their status (completed/active)
- Use
localStorage
to persist the todos between page refreshes 💾 - Use
contextAPI
to manage the state and provide access to the todos and filters - Use
tailwindcss
for styling the application. - Visit the deployed application and try out.
- Any kind of feedbacks and contributions are welcome! 😊