Skip to content

Instantly share code, notes, and snippets.

@jacopotarantino
Created November 6, 2015 15:07
Show Gist options
  • Save jacopotarantino/b7f12a3275729963b200 to your computer and use it in GitHub Desktop.
Save jacopotarantino/b7f12a3275729963b200 to your computer and use it in GitHub Desktop.
ajax challenge

I need for you to build the front end to our new user management system. The first component in this system is a dashboard that lists all of our current users.

Criteria:

  • This site is going to be run as strictly static pages that interact with APIs so no backend is necessary.
  • The API isn't available yet so you'll need to fake some data. Use randomuser.me to get a set of users.
  • Use jQuery to facilitate browser abstraction.
  • Fetch a set of 3 male users and list them on the page.
  • Put their avatar on the left and their name, username, and email address on the right.
  • If your script is called a second time, it should append more profiles to the bottom of the list instead of replacing the current list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment