Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.16 KB

File metadata and controls

48 lines (29 loc) · 1.16 KB

Project Description

That we add get user button to API calls to get user data and have a loader while API fetch the data .

Stack: [x] html [x] CSS [x] JavaScript [x] react

Prerequisites

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app

npm install -g create-react-app

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:3000

Screenshot

Screenshot (194)

Screenshot (195)