Skip to content

nonsoo/devfinder--app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Finder

The challenge is to build out a GitHub user search app using the GitHub users API.

The user must be able to:

  • View an optimal layout for the app depending on their device's screen
  • Search for GitHub user by their username
  • See relevant user information based on their search

Setup

In your terminal run the following commands

npm install
npm start