Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crh225/angular-github-issues

This repository searches github for repositories, issues, and users. It is written in Angular 10 and is using ngrx/store for state.
https://github.com/crh225/angular-github-issues

angular angular10 angular6 angular7 angular8 angular9 circleci ngrx nx-workspace

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

Demo: https://christopher.house

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



[![CircleCI](https://circleci.com/gh/crh225/angular-github-issues/tree/master.svg?style=shield)](https://circleci.com/gh/crh225/angular-github-issues/tree/master)
[![Dependency Status](https://david-dm.org/crh225/angular-github-issues.svg)](https://david-dm.org/crh225/angular-github-issues)
[![devDependencies Status](https://david-dm.org/crh225/angular-github-issues/dev-status.svg)](https://david-dm.org/crh225/angular-github-issues?type=dev)
![Angular_Version 10](https://img.shields.io/badge/Angular_Version-10-brightgreen.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/crh225/angular-github-issues/badge)](https://www.codefactor.io/repository/github/crh225/angular-github-issues)
[![BCH compliance](https://bettercodehub.com/edge/badge/crh225/angular-github-issues?branch=master)](https://bettercodehub.com/)
# 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](https://karma-runner.github.io).