https://github.com/krishnendu-1/todo_react-app
Do Tick - a Todo app using React Context API
https://github.com/krishnendu-1/todo_react-app
react-components react-context-api react-hooks reactjs
Last synced: about 1 month ago
JSON representation
Do Tick - a Todo app using React Context API
- Host: GitHub
- URL: https://github.com/krishnendu-1/todo_react-app
- Owner: Krishnendu-1
- Created: 2024-07-13T17:31:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T19:23:47.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T07:12:03.372Z (about 1 year ago)
- Topics: react-components, react-context-api, react-hooks, reactjs
- Language: JavaScript
- Homepage: https://dotick.vercel.app
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO APP
React Context API is used to make this TODO app more efficient instead of using recurrent props through components. This context data can be directly accessed by the components.