This project is a movie recommendation webpage that allows users to explore films by genre, search for specific titles, and view detailed information about each movie. It integrates with The Movie Database (TMDb) API to provide real-time movie data and suggestions. 🎞️🍿
-
🎭 Genre-based Recommendations: Movies are categorized by genres like Action, Drama, Comedy, and Romance, making it easy to explore films based on mood or preference.
-
🔍 Search Functionality: A convenient search bar enables users to find movies by name, offering quick access to favorites or new discoveries.
-
📝 Detailed Movie Information: Clicking on a movie reveals its overview, release date, rating, and a list of related films based on cast members and other criteria.
-
✨ Dynamic UI with Hover Effects: Smooth hover animations make movie browsing more interactive, enhancing the user experience with a modern, sleek design.
-
📱 Responsive Design: The layout is fully responsive, ensuring a seamless experience on various devices, from desktops to tablets and smartphones.
Defines the webpage structure, including sections for:
- Search Bar 🔍 for user input.
- Genre Sections 🎬 dynamically populated with movie cards.
- Movie Details View 📑 that provides in-depth information about each movie.
Applies styles that include:
- Neon Color Scheme 💡 with bright accents against a dark background for a striking visual effect.
- Hover Animations ✨ to create smooth transitions when interacting with elements.
- Responsive Layout 📱 ensuring the webpage adapts to different screen sizes for optimal viewing.
Handles:
- Fetching Movie Data 🎥 from the TMDb API, including genres, search results, and related films.
- Dynamically Updating the UI 🖥️ by populating genre sections with movie cards and displaying detailed movie information.