Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pktcodes/random-person-react-project

Random Person Project using React
https://github.com/pktcodes/random-person-react-project

api css3 ecmascript html5 javascript random-person-generator random-user-generator-api react react-hooks react-icons useeffect usestate

Last synced: 7 days ago
JSON representation

Random Person Project using React

Awesome Lists containing this project

README

        

# Random Person 🧔🏻
> PROD [Live] : https://react-random-person-prod.netlify.app/

#### Random Person consists of a straightforward user interface where there is a
- Random person is generated when the page loads and by default is set to the person image along with the name.
- Buttons have been implemented using react-icons to see more details of the person on mouse over ie. name, email, age, address, phone, password, and also specific **RANDOM USER** button which on clicked generates a new random person.
- To run the project locally, clone the repo, `npm install` to install the dependencies, and `npm start` to start up the development server on default port 3000.

#### Languages
HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useState, useEffect

#### Packages
[React Icons](https://www.npmjs.com/package/react-icons)

#### API
https://randomuser.me/api/

#### Deployment / Hosting
Netlify

---

**To install React Icons**

```sh
npm install react-icons
```

*Note: I have developed this project ~ [17] as part of React and Projects Course taught by John Smilga..*