Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfredosumosav/react-hooks
https://github.com/alfredosumosav/react-hooks
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alfredosumosav/react-hooks
- Owner: alfredosumosav
- Created: 2021-06-19T14:43:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T23:13:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T00:46:21.984Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using React Hooks
This is an App that I'm building purely on React Hooks to learn the advanced concepts and benefits of thinking in Hooks.
For the sample data, I'm using the [Fetch Web API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) and the [Rick and Morty API](https://rickandmortyapi.com/) to build a working app.
---
## How to Use
Show Instructions
0. Clone the Repository:
```sh
$ git clone https://github.com/alfredosumosav/react-hooks.git
$ cd react-hooks
```1. Install Dependencies:
```sh
$ npm install
```2. Start the Server:
```sh
$ npm start
```Go to `http://localhost:3000` to check the application.
---