Skip to content

mayra-tellez/JS211_AddressBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JS211_AddressBook

List of Contacts from a Random User API

  • Use the API: https://randomuser.me/api/ to fetch a user now
  • Fetch a new user multiple times and store them in an array
  • Then list out all the users in your address book array by name and picture
  • Figure out how to fetch multiple users in one fetch request
  • Fetch multiple users on window load
  • Add a button to each user that when clicked displays the rest of their information like DOB, address and so forth
  • Once you have the functionality working, feel free to style and structure your address book with CSS and HTML

About

Fetch results from an API and render them to the DOM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published