...

/

Challenge: Utilizing the API Layer

Challenge: Utilizing the API Layer

Practice what we’ve learned about the utilization of the API layer.

Problem statement

Many websites need to perform API requests to fetch data, send form data to a server, and so on. Your task is to implement functionality that will fetch and display a list of users.

Challenge

You’re tasked with implementing functionality to fetch and display a list of users from the https://jsonplaceholder.typicode.co ...