Build a Random User App using ReactJS.
- Project aims to create a Random User App 2.
- In this project i make random user app, but this time you can save the users info's and when you hover the logos in the menu, user's information will change depending on the logo.
You can reach my project from here 👈
- Random User App 2 (folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── assets.js
│ │ └── [images]
│ ├── App.js
│ ├── App.css
│ ├── index.js
│ │── index.css
│ │── components
│ │ │── navbar
│ │ │ ├── Navbar.js
│ │ │ └── Navbar.module.scss
│ │ ├── footer
│ │ │ ├── Footer.jsx
│ │ │ └── Footer.module.scss
│ │ ├── PersonInfo
│ │ │ │ │── ButtonTable
│ │ │ │ │ ├── ButtonTable.js
│ │ │ │ │ └── ButtonTable.module.scss
│ │ │ │ └── ButtonTable
│ │ │ │ ├── ButtonTable.js
│ │ │ │ └── ButtonTable.module.scss
│ │ │ ├── PersonInfo.js
│ └───────└──────└── PersonInfo.module.scss
│
├── package.json
└── yarn.lock
- HTML
- CSS
- JS
- ReactJS
- Bootstrap
$ git clone https://github.com/esadakman/reactjs-random-user-2.git
$ cd ../random-user-app-2
$ npm install / yarn
$ npm start / yarn start