Skip to content

TK-vGI/Random-User-Generator-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Random-User-Generator-JavaScript

Create a web page that can fetch random user data from API for testing purposes and display it on a web page.
Also, work with promises and handle different data structures. Do you know how developers test their apps with random user data? Well, they can use public APIs to generate that data,
like how they use Lorem Ipsum for dummy text. Creating a web page to display those random user profiles using HTML and JS
is a great way to practice working with data and public APIs.

Stages

  1. Fetch random user info from the API.
  2. Remove the unnecessary information and display the rest on the page.
  3. Fetch more users when requested and display it as a list on the page.
  4. Save the fetched users to local or session storage.
  5. Add some CSS and style the page how you like.

Link to Hyperskill project: https://hyperskill.org/projects/372

About

Tutorial project for JavaScript programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published