Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 837 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 837 Bytes

Random User Generator

This project involves pulling random user images and corresponding data from the Random User Generator API, and creating a drop-down menu to select the number of users to display.

Objective

  • Fetch random profile data from teh Random User Generator API.
  • Parse the data to a JSON file.
  • Create an array with the data.
  • Create a function expression to populate data on the page, including country, name, and profile image.
  • Program a drop-down lst to change the number of user profiles displayed.

random-user-generator.mov

Launch

View the Random User Generator here: https://marisabrantley.github.io/random-user-generator/

Class

Skillcrush, Break into Tech Blueprint

JavaScript Fundamentals - Intro to API's