Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/
```