Skip to content

vishnu-vvr-cloud/Movie-Explorer-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Movie Explorer System

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.

Features

  • 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.

Technologies Used

  • 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.

Installation and Usage

  1. Clone the repository or download the project files.
  2. Open the index.html file in a web browser.
  3. Use the search box to search for movies by entering keywords.
  4. Browse through the search results or scroll down to load more movies.
  5. Click on a movie card to view detailed information about the selected movie.

Project Structure

  • 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.

Dependencies

  • 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.

Contributing

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.

Contact

For any inquiries or support, please contact [Chinta Vishnu Vardhan] at [chintavishnuvardhan@gmail.com].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors