https://github.com/alfredosumosav/react-hooks
https://github.com/alfredosumosav/react-hooks
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alfredosumosav/react-hooks
- Owner: alfredosumosav
- Created: 2021-06-19T14:43:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T23:13:48.000Z (over 2 years ago)
- Last Synced: 2025-05-20T01:42:53.715Z (about 1 month 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.
---