GitHub User Search is a React web application that connects to the GitHub Search API to present relevant GitHub user information based on a user search
LIVE SITE: https://the-github-user-search.netlify.app/
- User can search for a GitHub user using the public GitHub search API
- User can navigate paginated user search results
- User can click within a user result to see additional details about the GitHub user, including the user's profile name, bio, follower count, nubmer of repositories and stars count
- User can navigate to a GitHub user's profile by clicking on the user's name in the search results
- HTML
- CSS
- React
- Create React App
react-paginate
library by AdeleD - For pagination of search results