All Projects → dcaslin → d2-checklist

dcaslin / d2-checklist

Licence: MIT license
Source for www.d2checklist.com, written in Angular and using the Bungie API

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to d2-checklist

the-traveler
The Traveler is a small npm package which wraps around the Destiny 2 API.
Stars: ✭ 52 (-36.59%)
Mutual labels:  destiny, bungie
Angular Ngrx Material Starter
Angular, NgRx, Angular CLI & Angular Material Starter Project
Stars: ✭ 2,623 (+3098.78%)
Mutual labels:  angular-material
Cat Facts
Daily cat facts! 🐱
Stars: ✭ 110 (+34.15%)
Mutual labels:  angular-material
Laravel Ecommerce
Laravel open source e-commerce system.
Stars: ✭ 163 (+98.78%)
Mutual labels:  angular-material
Resume Nation.github.io
An open source progressive resume builder which works offline
Stars: ✭ 129 (+57.32%)
Mutual labels:  angular-material
Vantage Ui Template
Template for UI applications in Vantage
Stars: ✭ 193 (+135.37%)
Mutual labels:  angular-material
Materialtimecontrol
Time component for angular/Material2 (5.0.0-rc0)
Stars: ✭ 81 (-1.22%)
Mutual labels:  angular-material
porybox
Porybox is a platform that allows you to display your Pokémon collection.
Stars: ✭ 38 (-53.66%)
Mutual labels:  angular-material
Angular5 Seed
Angular5 Seed for Application
Stars: ✭ 222 (+170.73%)
Mutual labels:  angular-material
Ngx Dynamic Dashboard Framework
This is a JSON driven angular x based dashboard framework that is inspired by JIRA's dashboard implementation and https://github.com/raulgomis/angular-dashboard-framework
Stars: ✭ 160 (+95.12%)
Mutual labels:  angular-material
Ej2 Angular Ui Components
Syncfusion Angular UI components library offer more than 50+ cross-browser, responsive, and lightweight angular UI controls for building modern web applications.
Stars: ✭ 159 (+93.9%)
Mutual labels:  angular-material
Angular Ngrx Chuck Norris
Chuck Norris Joke Generator w/ NgRx Store
Stars: ✭ 141 (+71.95%)
Mutual labels:  angular-material
Covalent
Teradata UI Platform built on Angular Material
Stars: ✭ 2,230 (+2619.51%)
Mutual labels:  angular-material
Angular5 Example Shopping App
Angular 5 Example Shopping App + Angular Material + Responsive
Stars: ✭ 120 (+46.34%)
Mutual labels:  angular-material
Angular Material Dashboard
Angular Material Dasshboard using Angular Material, highcharts and flexbox
Stars: ✭ 227 (+176.83%)
Mutual labels:  angular-material
Material2 Carousel
A carousel component for Angular using Material
Stars: ✭ 84 (+2.44%)
Mutual labels:  angular-material
Ng Demo
🦴 Bare Bones Angular 10 and Angular CLI Tutorial
Stars: ✭ 154 (+87.8%)
Mutual labels:  angular-material
Amexio.github.io
Amexio is a rich set of Angular 7 (170+) components powered by HTML5 & CSS3 for Responsive Design and with 80+ Material Design Themes, UI Components, Charts, Gauges, Data Point Widgets, Dashboards. Amexio is completely Open Sourced and Free. It's based on Apache 2 License. You can use it in your production grade work today at no cost or no obligation.
Stars: ✭ 163 (+98.78%)
Mutual labels:  angular-material
fire-drill
Find, Edit, Add, Remove, Import, Export, and Report on your Firebase data
Stars: ✭ 58 (-29.27%)
Mutual labels:  angular-material
Rwa Trivia
Trivia App - Real World Angular series
Stars: ✭ 251 (+206.1%)
Mutual labels:  angular-material

README

What is this repository for?

How do I get set up?

Register a new app with Bungie

In order to run the server, you will need to create an application using the Bungie Application Portal. When creating the application, do the following:

  • Application Name can be whatever you want
  • Website can be left blank
  • Application Status can be Private
  • OAuth Client type should be Confidential
  • Redirect URL should be https://localhost:4200/auth (for running in Development mode).
  • Check all the boxes for scope except "Administrate groups and clans..." (that's not needed, checking it won't hurt though)

Setup the Angular app

  • Install node and npm and the Angular CLI (cli.angular.io)

  • Clone this repository

  • Setup a keys.ts file to match keys.example.ts (Visit https://www.bungie.net/en/Application and setup a )

  • npm install

  • run ./serve.bat (Windows) or ./serve.sh (Mac or *nix)

  • Visit https://localhost:4200 (ignore the cert error)

Contribution guidelines

  • If you want to contribute, let me know (or submit a pull request)
  • This application uses FontAwesome Pro's private repo, so running your own development environment requires stubbing those out. This can be a pain.

Notes

As of 07/24/2020:

  • Local development can be done on https://localhost:4200 using included pre-gen certs (no web server or hacked domain required)
  • Production build and deployments are done via GitHub Actions triggered on pushes to master
  • NPM (not Yarn) is the expected package manager
  • We're upgraded to Angular 9.1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].