/react-ghul

Primary LanguageJavaScript

GitHub User Lookup

This app allows for the lookup of known GitHub users by handle. It is also coded so that it typically always returns a result, whether or not a known user is inputted.

Motivation

Unsatisfied with the search feature on the main GitHub site, it became increasingly desireable to have access to a deterministic and direct method of retrieving requested GitHub user records and parsing out the necessary returned information. I built this app in order to abstract from the main GitHub search functionality only that information I deemed important for most end users.

Build Status

Netlify Status

Code Style

react component style

Screenshots

GitHub User Lookup Screenshot

Tech/Framework Used

This project was bootstrapped with Create React App. LESS (CSS) styling. GitHub API for returning contribution histories and links to repos.

Features

Ability to search for known handles of GitHub users. Returns the searched user's contribution history via GitHub API. Also returns a list sampling the searched user's public repos and shows all followers, which may also be accessed from directly within the interface.

Contribute

The app may be augmented by mapping additional API methods such as 'Follow' and logging their responses directly within the app as opposed to linking out to the main GitHub website.