Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tbs96/managetodos

A To-Do App to maintain your daily activies and tasks, using ReactJS+Vite & TailwindCSS
https://github.com/tbs96/managetodos

context-api createcontext createcontext-hooks react reactjs tailwindcss usecontext useeffect usestate vite

Last synced: 15 days ago
JSON representation

A To-Do App to maintain your daily activies and tasks, using ReactJS+Vite & TailwindCSS

Awesome Lists containing this project

README

        

# 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](https://tbs96.github.io/manageTodos/) the deployed application and try out.
- Any kind of feedbacks and contributions are welcome! 😊