https://github.com/awran5/better-to-do-app
Better React To Do App using React Context API
https://github.com/awran5/better-to-do-app
react-context-api reactjs todoapp todolist
Last synced: about 2 months ago
JSON representation
Better React To Do App using React Context API
- Host: GitHub
- URL: https://github.com/awran5/better-to-do-app
- Owner: awran5
- License: mit
- Created: 2020-01-28T12:58:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T11:15:37.000Z (over 4 years ago)
- Last Synced: 2024-10-12T10:09:48.266Z (7 months ago)
- Topics: react-context-api, reactjs, todoapp, todolist
- Language: JavaScript
- Homepage: https://bettertodoapp.now.sh/
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CRUD To-Do App using React Hooks with Context API and LocalStorage
This project was forked from [Task-manager](https://github.com/lashaNoz/Task-manager) project created by [lashaNoz](https://github.com/lashaNoz/) I just did some cleanup and modifications to make it better.
### Modified:
- Completed Task Logic
- App HTML re-structure
- serviceWorker
- Style Animation
- Removed FontAwesome (inline SVG added)### CodeSandbox
[](https://codesandbox.io/s/better-to-do-app-react-context-api-wo5on?fontsize=14&hidenavigation=1&theme=dark)
Enjoy!