Project aims to create a Random User App with React.
- Develop a random user application using https://randomuser.me/api/. Use one button to bring in a new user and another button to add a user to the list
Random User App (folder)
|
|----readme.md
│
├── public
│ └── index.html
├── src
│ ├── assets.js
│ │ └── [images]
│ ├── App.js
│ ├── App.css
│ ├── index.js
│ └── index.css
├── package.json
└── yarn.lock
Check The Live Website ➡️ Live Website
-
Components
-
useState
-
useEffect
-
axios
-
import/export
-
Props
-
React Developer Tool
-
Destructuring props
-
array map method
- You can use HTML,CSS ,JAVASCRIPT and REACT to complete this project.