004 - Random User App II (folder)
|
|----readme.md
SOLUTION
βββ public
β βββ index.html
βββ src
β βββ assets.js
β β βββ [images]
β βββ App.js
β βββ App.css
β βββ index.js
β βββ index.css
βββ package.json
βββ yarn.lock
##Objective Build a Random User App using ReactJS.
At the end of the project, following topics are to be covered; HTML
CSS
JS
ReactJS
##At the end of the project, students will be able to; Improve coding skills within HTML & CSS & JS & ReactJS.
Use git commands (push, pull, commit, add etc.) and Github as Version Control System.
##Steps to Solution Step 1: Create React App using npx create-react-app random-user-app-two.
Step 2: Build Random User App fetching data from https://randomuser.me/api/ using axios.
Step 3: Push your application into your own public repo on Github.
Step 4: Add project gif to your project and README.md file.