Skip to content

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 …

klaffert/github-repo-search-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen Shot 2021-10-24 at 7 15 59 PM

Project Title

GitHub Repo Search Tool

Description

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.

Technologies Used

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).

Getting Started

This project was bootstrapped with Create React App.

Here are steps to take to run this app:

  1. Clone the repo git clone git@github.com:klaffert/github-repo-search-tool.git
  2. Run npm install to install NPM packages
  3. Run npm start
    • This will start the local development server and show you the app in your browser

About

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 …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published