My task is to develop a web application using HTML, CSS, and JS with the following functionality:
Retrieve a list of users from this API: https://jsonplaceholder.typicode.com/users. Upon clicking on a user, show a list of albums associated with that user by utilizing this API: https://jsonplaceholder.typicode.com/albums. Further, upon clicking on an album, display a list of images linked to that specific album through another API.
I am unsure about how to proceed with this. I believe I need to establish a class and utilize data from the initial API to create members. However, beyond that point, I am feeling stuck. Although I have a basic understanding of HTML, CSS, and JS, my attempts at finding solutions online have proven unfruitful. If anyone can recommend a reliable source for information on this topic, I would deeply appreciate it.