You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments