Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/crh225/angular-github-issues
- Owner: crh225
- License: mit
- Created: 2018-01-06T18:55:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T01:22:23.000Z (3 months ago)
- Last Synced: 2024-09-14T01:09:16.681Z (3 months ago)
- Topics: angular, angular10, angular6, angular7, angular8, angular9, circleci, ngrx, nx-workspace
- Language: TypeScript
- Homepage: https://christopher.house
- Size: 1.13 GB
- Stars: 18
- Watchers: 4
- Forks: 5
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/esThis 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).