The Movie Explorer System is a web application that allows users to search for movies and explore details about them. It utilizes data from the The Movie Database (TMDb) API to fetch movie information and display it in an intuitive interface.
- Search Movies: Users can search for movies using keywords.
- Browse Movies: The system displays popular movies by default and allows users to browse through them.
- Detailed Information: Users can view detailed information about each movie, including the title, release date, overview, and cover image.
- HTML: Used for creating the structure and content of the web pages.
- CSS: Used for styling the user interface and making it visually appealing.
- JavaScript: Used for adding interactivity to the web pages, handling user input, and fetching data from the TMDb API.
- TMDb API: Used to retrieve movie data such as titles, release dates, overviews, and cover images.
- Clone the repository or download the project files.
- Open the
index.htmlfile in a web browser. - Use the search box to search for movies by entering keywords.
- Browse through the search results or scroll down to load more movies.
- Click on a movie card to view detailed information about the selected movie.
- index.html: Main HTML file containing the structure of the web page.
- style.css: CSS file containing styles for the user interface.
- script.js: JavaScript file containing code for fetching movie data, handling user input, and displaying results.
- This project relies on the TMDb API for fetching movie data. You will need an API key from TMDb to access their API. Replace
"c6a214ca96761dbefb762e192e702094"in the JavaScript code with your own API key.
Contributions to the project are welcome. You can fork the repository, make changes, and submit a pull request. Please ensure that your contributions align with the project's goals and coding standards.
For any inquiries or support, please contact [Chinta Vishnu Vardhan] at [chintavishnuvardhan@gmail.com].