Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alfredosumosav/react-hooks


https://github.com/alfredosumosav/react-hooks

Last synced: 13 days ago
JSON representation

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.

---