GitHub Repo Search Tool
This is a GitHub repository search application that uses the GitHub search API. The user inputs a search term and the application displays the results of that query. The results can further be filtered by Language as well as sorted by Best Match (default mode) or by Stargazer Count. When a user clicks into one of the results, they are routed to a new page that shows further details on specific application.
The app was built using React, React Router DOM, React Bootstrap, React Icons and the Github Search API (https://docs.github.com/en/rest/reference/search#search-repositories).
This project was bootstrapped with Create React App.
- Clone the repo git clone git@github.com:klaffert/github-repo-search-tool.git
- Run npm install to install NPM packages
- Run npm start
- This will start the local development server and show you the app in your browser