Create a new component that displays a counter and an action button that increments that counter.
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
Persist the users in a storage of your choise