All Projects → bampakoa → angular-heroes

bampakoa / angular-heroes

Licence: MIT license
An Angular application that interacts with the Marvel Comics API

Programming Languages

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

Projects that are alternatives of or similar to angular-heroes

Vantage Ui Template
Template for UI applications in Vantage
Stars: ✭ 193 (+421.62%)
Mutual labels:  angular-material
fire-drill
Find, Edit, Add, Remove, Import, Export, and Report on your Firebase data
Stars: ✭ 58 (+56.76%)
Mutual labels:  angular-material
angular-starter
🚀 Angular 14 Starter with Storybook, Transloco, Jest, TestCafe, Docker, ESLint, Material & Prettier 🚀
Stars: ✭ 124 (+235.14%)
Mutual labels:  angular-material
Angular Firebase Crud
Angular CRUD with Firebase using cloud firestore as a database, angular material and Bootstrap 4. Step by Step tutorial and working angular 7 example app.
Stars: ✭ 202 (+445.95%)
Mutual labels:  angular-material
Rwa Trivia
Trivia App - Real World Angular series
Stars: ✭ 251 (+578.38%)
Mutual labels:  angular-material
Document-Management-System
DocKip is a document management system for managing and sharing documents: Staging => http://dockip-staging.herokuapp.com. Production =>
Stars: ✭ 26 (-29.73%)
Mutual labels:  angular-material
Laravel Ecommerce
Laravel open source e-commerce system.
Stars: ✭ 163 (+340.54%)
Mutual labels:  angular-material
angular-material-dynamic-themes
Making able the app to switch between material themes at run-time
Stars: ✭ 24 (-35.14%)
Mutual labels:  angular-material
porybox
Porybox is a platform that allows you to display your Pokémon collection.
Stars: ✭ 38 (+2.7%)
Mutual labels:  angular-material
qbit-matUI
A material WebUI for qBittorrent, written in Angular.
Stars: ✭ 247 (+567.57%)
Mutual labels:  angular-material
Angular5 Seed
Angular5 Seed for Application
Stars: ✭ 222 (+500%)
Mutual labels:  angular-material
Angular Material Dashboard
Angular Material Dasshboard using Angular Material, highcharts and flexbox
Stars: ✭ 227 (+513.51%)
Mutual labels:  angular-material
node-casperjs-aws-lambda
Base scaffolding app for a casperjs/phantomjs app running on Amazon (AWS) Lambda
Stars: ✭ 52 (+40.54%)
Mutual labels:  angular-material
Covalent
Teradata UI Platform built on Angular Material
Stars: ✭ 2,230 (+5927.03%)
Mutual labels:  angular-material
go-angular
A simple CRUD application written with Go and Angular
Stars: ✭ 63 (+70.27%)
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 (+340.54%)
Mutual labels:  angular-material
d2-checklist
Source for www.d2checklist.com, written in Angular and using the Bungie API
Stars: ✭ 82 (+121.62%)
Mutual labels:  angular-material
ng-ripple
Material ripple effects for AngularJs
Stars: ✭ 12 (-67.57%)
Mutual labels:  angular-material
ng-mat-theme-generator
Material theme generator for Angular.
Stars: ✭ 20 (-45.95%)
Mutual labels:  angular-material
Stock.Charts
This is a demo for use of the Skender.Stock.Indicators NuGet package. It is an Angular website with a .NET Web API for backend generation of indicators.
Stars: ✭ 42 (+13.51%)
Mutual labels:  angular-material

Angular Heroes

Open in Visual Studio Code

An Angular application that uses Angular Material and interacts with the Marvel Comics API. The purpose of the application is to demonstrate how to apply common Angular techniques and use some of the Angular Material components.

It provides a basic search engine over the characters and comics Marvel database. It allows to find a hero character and view information such as basic details and comics.

Preview

Setup

Clone this repo to your desktop and run npm install to install all the dependencies.

Usage

Before you start, you must acquire a developer key from Marvel Developer Portal. After you get one, replace apiKey variable in src/environments files with the newly acquired public key.

export const environment = {
  ...
  apiEndpoint: 'http://gateway.marvel.com/v1/public/',
  apiKey: '<Your public key here>'
};

Run ng serve to start the application. You will then be able to access it at http://localhost:4200

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].