Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkswan/react-todos-with-hooks
A React todo app using hooks.
https://github.com/thinkswan/react-todos-with-hooks
hooks javascript react tutorial
Last synced: about 2 months ago
JSON representation
A React todo app using hooks.
- Host: GitHub
- URL: https://github.com/thinkswan/react-todos-with-hooks
- Owner: thinkswan
- Created: 2019-06-28T17:01:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:27:02.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T18:28:18.172Z (almost 2 years ago)
- Topics: hooks, javascript, react, tutorial
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-todos-with-hooks
A React todo app using hooks.
Based on the following tutorials:
- [Scotch.io: Build a React To-Do App with React Hooks (No Class Components)](https://scotch.io/tutorials/build-a-react-to-do-app-with-react-hooks-no-class-components)
- [Traversy Media: Introducing React Hooks](https://www.youtube.com/watch?v=mxK8b99iJTg)## Get started
```
yarn
yarn start
open http://localhost:3000/
```