You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each task should be it's own branch - name your branches appropriately.
When you complete each task, add, commit and push to github. Share with an instruction team member. Commit messages should have meaning!
Lightning Tasks
Create a function that will fetch a random user from
https://randomuser.me/. Invoke the function and console.log the result.
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.
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.