Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.38 KB

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