The movie project is a client based application that makes use of TMDB, an API used to retrieve information about different items within the entertainment industry. It is a project that I created in order to learn the Angular framework. It doesnt make use of any CSS libraries as I also wanted to improve my abilities in CSS or more specifically SASS as a whole.
Displays a carousel of the different movies and tv shows that are currently trending as well as different movies and shows by genre below the carousel.
Allows users of the app to browse different movies and tv shows based off of a specific genre
Allows users of the app to search for different movies, tv shows, and people
Allows users of the app to view different information for a specific movie. This includes trailers, reviews, similar movies, recommended movies, and related cast.
Allows users of the app to view different information for a specific tv show. This includes seasons, trailers, reviews, similar shows, recommended shows, and related cast.
Allows users of the app to view different information for a specific season of a tv show. This includes episodes, trailers and related cast.
Allows users of the app to view different information for a specific season of a tv show. This includes episode summaries, runtime, trailers and related cast.
Allows users of the app to view different information for a specific actor. This includes a bio as well as any relavent tv and movie appearances.
This project was generated with Angular CLI version 17.2.0.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.