The Movie Recommendation System is a web application that leverages the TMDb API to provide users with movie recommendations based on various criteria such as popularity, genre, and user preferences. The system allows users to explore a vast collection of movies, search for specific titles, and discover new ones based on their interests.
- Browse popular movies: Users can explore a curated list of popular movies fetched from the TMDb API.
- Search for movies: Users can search for movies by title using the search functionality provided.
- Filter by genre: Users can filter movies by genre to discover movies belonging to specific categories.
- Movie details: Detailed information about each movie, including synopsis, ratings, and release date, is displayed.
- Trailer viewing: Users can watch trailers of selected movies directly on the website.
- HTML: Used for structuring the web pages and content.
- CSS: Used for styling the user interface and enhancing visual appeal.
- JavaScript: Used for implementing interactive features and fetching data from the TMDb API.
-
Clone the repository to your local machine: git clone https://github.com/your-username/movie-recommendation-system.git
-
Open the project directory in your preferred code editor.
-
Start a local development server or simply open the
index.html
file in a web browser.
-
Open the website in your web browser.
-
Browse through the list of popular movies on the homepage.
-
Use the search bar to find movies by title.
-
Filter movies by genre using the provided tags.
-
Click on a movie to view detailed information, including synopsis and ratings.
-
Watch trailers of selected movies directly on the website.
- The Movie Database (TMDb) API: Provides movie data and information used in the application.
This project is licensed under the MIT License.