Skip to content

ksankumar/angular-movie-list

Repository files navigation

MovieList in Angular

This project listing most recent popular movies based on The Movie Database (TMDb).

Movie list page

Listing top 20 most popular movies

Search movie

We can search any movie name

Movies details page(click More info link)

Describing full movie details with trailer

Movie trailer(Click Play Trailer link)

Playing movie trailer

Resources:

  • angularjs 8.2
  • angular material ui 8.2
  • momentjs - Date & time conversion
  • Endpoint : Open source movie list API - (https://www.themoviedb.org)

Development server

Run ng serve or npm run start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

To run the application

  • Open terminal window and run ng serve or npm run start

Build Commands

# install dependencies
npm install

# serve with hot reload at localhost:4200
npm run start

App is running on localhost:4200

Further help

Email me [email protected]

About

Angular POC for Movie list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published