staminaloops / react_test

React interview test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

React interview test


Languages

Language:JavaScript 52.3%Language:HTML 35.2%Language:CSS 12.5%