The website is using The Movie Database to generate content. It features movies and TV shows, so feel free to check it out.
- 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
- 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/`.
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?
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
.