Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 242 Bytes

File metadata and controls

5 lines (4 loc) · 242 Bytes

This is a react exercise based on these instructions:

  1. build a counter component
  2. fetch the randomuser api and display the user's name and photo returned by the api.
  3. fetch new user on button click and append to the current user list.