Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 612 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 612 Bytes

Manage ToDos' App 📝 ✅ ⌛ 💾

  • 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! 😊