An open API service indexing awesome lists of open source software.

https://github.com/ibrsec/random-user-react


https://github.com/ibrsec/random-user-react

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

          







Logo

Random User React App


An awesome Random User React App
Explore the docs ยป




View Demo
ยท
Report Bug
ยท
Request Feature


๐Ÿ“Ž Table of Contents ๐Ÿ“Ž


  1. About The Project


  2. Overview

  3. Quick Setup

  4. Directory structure

  5. Built With


---


## โ„น๏ธ About The Project

[![random-user-react](./public/img/project.gif)](https://random-user-react-gray.vercel.app/)

(back to top)

---


## ๐Ÿ‘€ Overview

๐Ÿ“ฆ 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

(back to top)


## ๐Ÿ›ซ Quick Setup

```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
```

(back to top)


## ๐Ÿ“‚ Directory structure

```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
```

(back to top)

---


### ๐Ÿ—๏ธ Built With








(back to top)