Skip to content

clamitgupta/MarvelApp

Repository files navigation

Marvel App

Description

Created a list of all comics where Deadpool is present ordered by date. Each item has image, title, description and edition date. Added infinite scroll for loading new items. By clicking any item from the list, it shows the details of the respective comic.

This project was generated with Angular CLI version 1.5.3. + CSS3 using Flex.

Development server

  1. Install Nodejs.
  2. Install angular-cli (npm install -g @angular/cli@latest)
  3. git clone https://github.com/clamitgupta/MarvelApp.git.
  4. cd MarvelApp.
  5. npm install
  6. ng serve

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.