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

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

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.