Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

bampakoa/angular-heroes

Repository files navigation

Angular Heroes

IMPORTANT: The repository is no longer under active maintenance because the official Marvel API has been discontinued.

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\app\auth-interceptor.ts file with the newly acquired public key.

const apiKey = '<Your public key here>';

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

About

An Angular application that interacts with the Marvel Comics API

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors