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.htmlfile 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: