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
In your terminal run the following commands
npm install
npm start