Create a web page that can fetch random user data from API for testing purposes and display it on a web page.
Also, work with promises and handle different data structures.
Do you know how developers test their apps with random user data? Well, they can use public APIs to generate that data,
like how they use Lorem Ipsum for dummy text. Creating a web page to display those random user profiles using HTML and JS
is a great way to practice working with data and public APIs.
- Fetch random user info from the API.
- Remove the unnecessary information and display the rest on the page.
- Fetch more users when requested and display it as a list on the page.
- Save the fetched users to local or session storage.
- Add some CSS and style the page how you like.
Link to Hyperskill project: https://hyperskill.org/projects/372