Here is my assignment;
Write a web application using HTML, CSS, and JS that does the following:
Display a list of users fetched using this API: https://jsonplaceholder.typicode.com/users. When you click on a user, display a list of albums associated with that user by using this API https://jsonplaceholder.typicode.com/albums. When you click on an album, display a list of images associates with that album by using this API
I'm not sure how to do this I think that I need to create a class and use the data from the first API to create members after that I'm kind of lost. I've learned basics of HTML CSS and JS, but going over all of that and searching the internet doesn't seem to be helping. If anyone knows a good source of information on the subject I would be very greatful.
fetchAPI available on modern browsers, or jQuery's$.ajax.