Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tbs96/managetodos
- Owner: TBS96
- Created: 2024-10-24T12:01:07.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-10-25T15:01:18.000Z (21 days ago)
- Last Synced: 2024-10-25T15:05:29.616Z (21 days ago)
- Topics: context-api, createcontext, createcontext-hooks, react, reactjs, tailwindcss, usecontext, useeffect, usestate, vite
- Language: JavaScript
- Homepage: https://tbs96.github.io/manageTodos/
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 😊