Skip to content

Commit dbb33f5

Browse files
Add files via upload
1 parent d1fbaa7 commit dbb33f5

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

Fetch API using react app/readme.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
## Project Description
2+
That we add get user button to API calls to get user data and have a loader while API fetch the data .
3+
4+
Stack:
5+
[x] html
6+
[x] CSS
7+
[x] JavaScript
8+
[x] react
9+
10+
11+
12+
13+
14+
## Prerequisites
15+
16+
### Install Node JS
17+
Refer to https://nodejs.org/en/ to install nodejs
18+
19+
### Install create-react-app
20+
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
21+
22+
```bash
23+
npm install -g create-react-app
24+
```
25+
26+
## Cloning and Running the Application in local
27+
28+
Clone the project into local
29+
30+
Install all the npm packages. Go into the project folder and type the following command to install all npm packages
31+
32+
```bash
33+
npm install
34+
```
35+
36+
In order to run the application Type the following command
37+
38+
```bash
39+
npm start
40+
```
41+
42+
The Application Runs on **localhost:3000**
43+
44+
## Screenshot
45+
46+
![Screenshot (194)](https://user-images.githubusercontent.com/81071871/127682487-0fe5c6c4-dbea-46d9-b4cc-d05cf2dfcc8d.png)
47+
48+
![Screenshot (195)](https://user-images.githubusercontent.com/81071871/127682536-3775484a-e20e-41f0-978d-dd0ff130f933.png)

0 commit comments

Comments
 (0)