https://github.com/ibrsec/random-user-react
https://github.com/ibrsec/random-user-react
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrsec/random-user-react
- Owner: ibrsec
- Created: 2024-04-04T11:27:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T12:11:27.000Z (about 2 years ago)
- Last Synced: 2025-11-19T22:18:52.868Z (7 months ago)
- Language: JavaScript
- Homepage: https://random-user-react-gray.vercel.app
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Random User React App
An awesome Random User React App
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
๐ Table of Contents ๐
---
[](https://random-user-react-gray.vercel.app/)
---
๐ฆ Used random user api for random user info
๐ฏ Used React environment, components, use state, use effect hooks, uplifting state
๐ฅ Get a new random user in very refresh
๐ฉ Get a new random user by clicking new user button
๐ช Save users that you want by clicking save user button
```sh
# clone the project
git clone https://github.com/ibrsec/random-user-react.git
# enter the project directory
cd random-user-react
# install dependency
npm install || yarn install
# develop
npm run dev || yarn start
```
```diff
random-user-react (folder)
|
|---public (folder)
| โ---img (folder)
|
+ |---src (folder)
| |---logo (folder)
| |
| |---pages (folder)
| | โ---Home.jsx
| |
| |---components (folder)
| | |
| | |---Header.jsx
| | |---UserCard.jsx
| | |---UserCard.scss
| | โ---usercardinfos (folder)
| | |---SavedUsers.jsx
| | โ---UserInfos.jsx
| |
| |
| |---App.js
| |---App.scss
| |---Index.js
| โ---Index.scss
|
|----index.html
|----package.json
|----yarn.lock
โ----readme.md
```
---