https://github.com/cwefso/repo-search-app
https://github.com/cwefso/repo-search-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cwefso/repo-search-app
- Owner: cwefso
- Created: 2021-06-14T13:02:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T15:01:40.000Z (about 5 years ago)
- Last Synced: 2024-02-20T19:02:03.175Z (over 2 years ago)
- Language: JavaScript
- Size: 382 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/