Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.41 KB

File metadata and controls

34 lines (26 loc) · 1.41 KB

The Movie Database Project built with Angular


General Overview

The website is using The Movie Database to generate content. It features movies and TV shows, so feel free to check it out.

✨ Features

  • List top 10 movies/series rating vise
  • Search for a movie or a series
  • Get more info about clicked on movie/series such as rating and descrption
  • Switch between movies and series in the main page

⚡️ Quick start

  • After you clone the repository:
npm i
ng build #to build the project;  The build artifacts will be stored in the `dist/` directory.
ng serve # for a dev server. Navigate to `http://localhost:4200/`. 

💡 Fun fact

I've made a website which uses AI to help you suggest you movies The Movie Suggestor. So you can look up movies from that website on this website for more information about them. Isn't that cool?

❓ 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.

🚀 Live Link

The Movie Database