Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 455 Bytes

File metadata and controls

16 lines (9 loc) · 455 Bytes

Task 1

Create a new component that displays a counter and an action button that increments that counter.

Task 2

Using RandomUserAPI(1), which returns a random user on each call, do the following:

  • display the user with their details (Avatar, first name, last name, address)
  • add a new button that fetches a new users and adds it to the list

(1) RandomUserAPI https://randomuser.me/api

Bonus

Persist the users in a storage of your choise