After opening this link follow Step 2.
#Step 1:
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
#Step 2:
To build this app i used fake rest api using JSON server. All the data come from this api and we made all requests like get the data, post the data ,put the data, delete the data from this server.
So, to use this app you have to run command in your terminal or from your cmd:
It will start the json-server.
Open new Tab http://localhost:5000 in your browser.
All the data of this app displayed in the above link.
