Welcome to the Movie/TV Show Browsing Application! This project is an interactive web application that allows users to browse and explore movies and TV shows using the TMDb (The Movie Database) API.
Explore the live application: Movie/TV Show Browsing App
- Trending Section: Displaying currently trending movies and TV shows.
- Genres: Browse movies/TV shows by genres such as Action, Adventure, Comedy, Drama, etc.
- Favorites: Save your favorite movies/TV shows for quick access.
- Search: Search for specific movies or shows using keywords.
- Pagination: Navigate through multiple pages of search results.
- HTML/CSS/JavaScript: Front-end development for user interface and interaction.
- TMDB API: Integration with The Movie Database API for fetching movie and TV show data.
- FontAwesome: Utilized for icons and user interface elements.
- Responsive Design: Ensures compatibility and usability across various devices and screen sizes.
- Clone this repository to your local machine.
- Open
index.htmlin your preferred web browser. - Explore various sections such as Trending, Genres, Search, and Favorites using the navigation options.
- Click on movies or TV show cards to view detailed information.
- Add your favorite content to the Favorites list for quick access.
index.html: Main HTML file containing the structure of the application.style.css: Cascading Style Sheets for styling the application.main.js: JavaScript file responsible for handling API requests, user interaction, and page manipulation.utils.js: Utility functions for API requests, creating cards, adding to favorites, etc.README.md: This file, containing project information and usage instructions.
- Developers: [Your Name]
- API: TMDb API
Special thanks to TMDB for providing access to their database and API, enabling this project's functionality.