cihanbagriyanik / Random_User_App_react-axios-useState-useEffect

Random User App

Home Page:https://randomuserapp-cihan.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random User App

ezgif com-gif-maker

Description

Project aims to create a Random User App.

Problem Statement

  • We are adding a new project to our portfolios. So you and your colleagues have started to work on the project.

Project Skeleton

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

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 yarn && yarn start.

  • Step 2: Build Random User App fetching data from https://randomuser.me/api/ using fetch or 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.

Notes

  • You can add additional functionalities and design to your app.

☺ Happy Coding ✍

About

Random User App

https://randomuserapp-cihan.netlify.app


Languages

Language:JavaScript 50.8%Language:CSS 36.5%Language:HTML 12.7%