Skip to content

Angular 4 application that uses TMDb API to fetch Data.

Notifications You must be signed in to change notification settings

moh7afiz90/movie-finder-app

Repository files navigation

Angular 2 Movie Finder App

See demo: https://moh7afiz90.github.io/movie-finder-app/

About

Angular 2 application that uses TMDb API to fetch Data.

Technology

  • HTML5
  • CSS3
  • Angular 2
  • Bootstrap 3
  • TMDb API

Features

  • Popular Movies on the home page.
  • Search Movies.

Deploy with github pages

# First install angular-cli-ghpages globally
$ npm install -g angular-cli-ghpages
# Angular CLI with the --base-href
$ ng build --prod --base-href "https://<user-name>.github.io/<repo>/"
# To publish the app
$ ngh

Source https://alligator.io/angular/deploying-angular-app-github-pages/

License

MIT