Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umutplvn/random_people-app
Random User Generator App
https://github.com/umutplvn/random_people-app
react useeffect-hook usestate-hook
Last synced: 24 days ago
JSON representation
Random User Generator App
- Host: GitHub
- URL: https://github.com/umutplvn/random_people-app
- Owner: Umutplvn
- Created: 2023-07-15T03:33:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T04:15:48.000Z (about 1 year ago)
- Last Synced: 2023-10-10T05:24:58.004Z (about 1 year ago)
- Topics: react, useeffect-hook, usestate-hook
- Language: HTML
- Homepage: https://random-user-generator-umut.netlify.app
- Size: 553 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clarusway
# Random User Generator App
## Live at: https://random-user-generator-umut.netlify.app
## Description
Project aims to create a Random User Generator 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
```
Random User Generator App
|
|----readme.md # Given to the students (Definition of the project)
SOLUTION
├── public
│ └── index.html
├── src
│ ├── App.js
| |__ Card.jsx
│ ├── index.js
├── package.json
└── yarn.lock
```## Expected Outcome
![Project 002 Snapshot](./random-people-generator.png)
## Objective
Build a Random User Generator 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.
## Notes
- You can add additional functionalities to your app.
**
☺ Happy Coding ✍
**