Skip to content

colbyryan/random-user

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SPA Date with a Random User

Getting Started

  1. Fork this repo
  2. Clone the fork from your account
  3. Each task should be it's own branch - name your branches appropriately.
  4. When you complete each task, add, commit and push to github. Share with an instruction team member. Commit messages should have meaning!

Lightning Tasks

  1. Create a function that will fetch a random user from https://randomuser.me/. Invoke the function and console.log the result.
  2. Create a function to display the user information on the DOM with meaningful sections and semantic HTML. Do NOT include the user's login(that would be a silly idea). Be sure to include a picture. Also be sure to convert the date into a human readable format.
  3. Create a button that when clicked will invoke these functions and display a new random user. You are creating a single page app (SPA) and therefor the page should not refresh.

About

Lightning Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 59.0%
  • CSS 21.5%
  • HTML 19.5%