Project aims to create a Random User App.
- We are adding a new project to our portfolios. So you and your colleagues have started to work on the project.
03 - Random User App
|
|----readme.md # Given to the students (Definition of the project)
SOLUTION
├── public
│ └── index.html
├── src
│ ├── assets.js
│ │ └── [images]
│ ├── App.js
│ ├── App.css
│ ├── index.js
│ └── index.css
├── package.json
└── yarn.lock
