React app that allows a user to search for Github profiles using the Github API
This app was created with React Context API and Hooks
- User able to search for Github profiles using a search bar
- User can click on the more button to see relevant profile information
- App displays Github profile avatar and username
- App displays Github user's location
- App displays if Github profile user is hireable
- App displays Github profile Bio
- App displays Github profile user's github link
- App displays Github profile user's company and website link
- App displays Github profile user's number of followers
- App displays how many profiles user is following on github
- App displays Github profile users number of public repos and public gists
- App displays Github profile users 5 latest repos
- React
- Create React App
- React Context API
- Github API


