This project is a movie listing website created using HTML, CSS, and JavaScript. The website provides features such as search options, light-to-dark theme mode, a "show more" button, and more. It utilizes the TMDB (The Movie Database) API to retrieve and display movie data.
- 🔍 Search Options: Easily search for movies by title or keywords.
- 🌗 Light/Dark Theme Mode: Toggle between light and dark themes for a better user experience.
- ➕ Show More Button: Display additional movies or content on demand.
- HTML: For the website's structure.
- CSS: For styling and layout.
- JavaScript: For dynamic content and interactivity.
- Movies API (TMDB): To fetch and display movie data.
To run this project locally:
-
Clone the repository:
git clone https://github.com/SayanSomya/movie-listing-website.git
-
Navigate to the project directory:
cd movie-listing-website
-
Open the
index.html
file in your browser.
This project uses the TMDB API to fetch movie data. You need to sign up at TMDB to get an API key.
Replace YOUR_API_KEY
in the JavaScript code with your actual API key: