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.