Skip to content

This project is create with Angular 11.2.6. It accepts movie title to search using the OMDB API and shows results page by page using pagination. Project uses Angular material for the pagination and everything else is build from scratch. Project is scalable and modularized.

Notifications You must be signed in to change notification settings

anuradhamudalige/omdb-explorer

Repository files navigation

OMDB Explorer

omdb

This project is create with Angular 11.2.6. It accepts movie title to search using the OMDB API and shows results page by page using pagination. Project uses Angular material for the pagination, and everything else is build from scratch. Project is scalable and modularized. The site supports mobile and its responsive.

Instructions

  • You need to have your own API key for function this application for success via OMDB
  • Once you have it place it on two environment files under src/environments/ directory.

Development server

  • Clone the repository.
  • Run npm install
  • Run npm run start for a dev server. Navigate to http://localhost:4000/. The app will automatically reload if you change any of the source files.

Build

  • Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the npm run build:prod command for a production build.

Running unit tests

  • Run npm run test to execute the unit tests via Karma.
  • Run npm run coverage to execute the unit tests with coverage and collect the detailed report navigating coverage/ directory.the Demo

Demo

  • Visit the Demo page for showcase.

Developer

Anuradha Mudalige

About

This project is create with Angular 11.2.6. It accepts movie title to search using the OMDB API and shows results page by page using pagination. Project uses Angular material for the pagination and everything else is build from scratch. Project is scalable and modularized.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published