Skip to content

This repository searches github for repositories, issues, and users. It is written in Angular 10 and is using ngrx/store for state.

License

Notifications You must be signed in to change notification settings

crh225/angular-github-issues

Repository files navigation

Demo: https://christopher.house
Chat: https://gitter.im/angular-github-issues/Lobby

CircleCI Dependency Status devDependencies Status Angular_Version 10 CodeFactor BCH compliance

About

Spanish Docs: https://github.com/crh225/angular-github-issues/tree/master/es

This repository searches's github for repositories, issues for that repository, and a github user search for angular developers. Once you search for a repository, you can then drill down into each repository and see a list of issues for the past seven days.

The other main feature is the ability to search for a github user in a particular Location in America. Right now it is defaulted to TN.

CI is set up to run lint,testing, build in aot mode for production, and to deploy to firebase.

This example show how to use multiple entity's in ngrx. The main search page is now a dashboard of barcharts for each repository. In the works is lazy loaded feature ngrx/stores.

Secure Github API login via Oath 2

For a live demo: https://christopher.house

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Installation of npm packages

Run npm install.

Build

Run ng build --aot to build the project in AoT mode instead of JiT. This will allow for faster rendering of your application, Fewer asynchronous requests, Smaller Angular framework download size and to Detect template errors earlier.

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Docker: you can this in dev mode by running yarn dock or docker-compose up -d --build

Running unit tests

Run ng test to execute the unit tests via Karma.

About

This repository searches github for repositories, issues, and users. It is written in Angular 10 and is using ngrx/store for state.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published