Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saranshkataria/todo-list-react-hooks-demo
Todo list with local storage persistence created using React hooks useState and useEffect
https://github.com/saranshkataria/todo-list-react-hooks-demo
hooks localstorage react reacthooks reactjs
Last synced: about 2 months ago
JSON representation
Todo list with local storage persistence created using React hooks useState and useEffect
- Host: GitHub
- URL: https://github.com/saranshkataria/todo-list-react-hooks-demo
- Owner: saranshkataria
- License: mit
- Created: 2020-08-22T15:29:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T19:10:38.000Z (over 4 years ago)
- Last Synced: 2024-10-28T03:16:39.786Z (3 months ago)
- Topics: hooks, localstorage, react, reacthooks, reactjs
- Language: JavaScript
- Homepage:
- Size: 205 KB
- Stars: 2
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple to-do list application created for demoing the usage of React hooks.
To read more about the development and a step by step introduction, refer the posts:
- [React hooks useState and useEffect](https://www.wisdomgeek.com/development/web-development/react/react-hooks-and-local-storage-lets-build-a-todo-app/)
- [useReducer hook](https://www.wisdomgeek.com/development/web-development/react/understanding-the-usereducer-hook-in-react/)
- [context API and useContext hook](https://www.wisdomgeek.com/development/web-development/react/learning-context-api-and-the-usecontext-react-hook/)
To run the demo, use the `yarn start` command.