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: 9 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T19:23:47.000Z (over 1 year ago)
- Last Synced: 2025-01-22T19:29:28.227Z (11 months 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.