An open API service indexing awesome lists of open source software.

https://github.com/cwefso/repo-search-app


https://github.com/cwefso/repo-search-app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# GitHub Repo Search App

This project was created to allow users to search GitHub's Search API for a key phrase, sort by the repo with the most stars, and to filter the results by language. The user can also see more details for each result by selecting that repo from the table of results.

This app is hosted on Heroku: https://wefso-github-search.herokuapp.com/

## Contributors

Charles Wefso - https://github.com/cwefso

## Installation

Clone down this repo and cd into the directory.

### `npm install`

This will download all dependancies. Included technologies are listed below.

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

### Technologies

- React Router: https://reactrouter.com/
- Axios: https://axios-http.com/
- Material UI: https://material-ui.com/