Skip to content

suchm/github-search

Repository files navigation

GitHub Search

The GitHub Search tool is built with Angular 18, Angular Material 3 and uses the GitHub REST API to search GitHub by issues, code, commits, repos, topics and users. Just select the search option you want to use and enter a search query to target the GitHub database.

Installation

Pre-requisites:

npm install -g @angular/cli

Clone the repo from https://github.com/suchm/github-search to a local repository.

cd into the repository.

Generate a personal access token (https://github.com/settings/tokens)

Add the token to the githubToken variable in src\environments\environment.development.ts (this token is required for the code requests).

Install project dependancies:

npm install

Run the following command to build and serve the app:

npm start

Navigate to http://localhost:4200/ in your browser to view the app.

About

An app that allows you to search github repos, commits, code, topics, issues and users using the gutHub API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors