Skip to content

mauricioterceros/front-end-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

front-end-exercise

Fetch from this API endpoint: https://random-data-api.com/api/users/random_user?size=10

This will return ten random users.

After fetching the data from API endpoint:

  • Store it in state.
  • Show each user's basic info in a card.
  • Render the data based on the state.

Optional: Add a button to refresh data from API

Hints: Create a custom component for the card, which accepts a user JSON object. Map through the data returned from the API and render each one using the custom component.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published