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 and the Rick and Morty API to build a working app.
Show Instructions
-
Clone the Repository:
$ git clone https://github.com/alfredosumosav/react-hooks.git $ cd react-hooks
-
Install Dependencies:
$ npm install
-
Start the Server:
$ npm start
Go to http://localhost:3000
to check the application.