Skip to content

This is a Angular 6 app which shows movie details and has filter, sorting and pagination features on grid

Notifications You must be signed in to change notification settings

abhilashkkale/movie-scout

Repository files navigation

MovieScout

  • This is a Angular 6 project/web-app, which displays a dashboard having movie details on UI.

Features / User interaction :

  • The functionalities provided to the user are filtering, sorting and pagination on the table/grid.
  • Filtering requires the user to select a particular filter type from the provided dropdown and then starting typing the keywords/terms for filtering/searching in the input box provided.
  • The filter results are immediate based on user input and thus reflects simultaneously in the table/grid as the user types.
  • User can sort the details based on ascending or descending.
  • If a sorting is applied and then user tries to filter then the applied sorting is removed from all columns, once the user starts typing the filter terms. This is to avoid ambiguity in table/grid data.
  • The information displayed on UI is paginated by default, which species 10 rows as page size. User can then navigate back and forth as required.

Steps to setup and run project :

  • run 'npm install' in the project directory after checkout
  • Once all dependencies are installed run 'ng serve' and navigate to http://localhost:4200 to access the web-app

Demo :

Project code playground/stackblitz :

This project was generated with Angular CLI version 6.2.9.

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.

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

This is a Angular 6 app which shows movie details and has filter, sorting and pagination features on grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published