Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 697 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 697 Bytes

Challenge

  • You will have a button. Fetch information about some user from the gitHub API when you click on it
  • When you have the response, the button must be "hidden", and the user information must be "visible"
  • Do another component to display the name and the description of all of the repos related to that user
  1. Clone this repo
  2. npm install
  3. Start your application

This project was bootstrapped with Create React App. You will find some information on how to perform common tasks here.