Marvel serie App

Project Status: Under development ⚠️

Project for angular studies, aims to list and search Marvel API Comic Series.

Features: infinite scroll, rxjs operators, reactive search and html lazy loading.

MarvelSeries.-.example.of.usage.1.mp4


Marvel API documentation

  1. https://developer.marvel.com/

Main dependencies

  1. “@angular/material”: “^12.2.11”
  2. “ngx-infinite-scroll”: “^10.0.1”

Run the project

WARNING

Verify that you are running node 12.4.0 by running node -v in a terminal/console window. Older versions produce errors, but newer versions are fine.

  1. npm install
  2. npm start

Angular CLI commands

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

GitHub

View Github