This website is designed to fetch movie information from The Movie Database (TMDb) API and present it in an engaging way for users. It allows users to explore movies from both Bollywood and Hollywood, along with various genres. The website is built using HTML, CSS, JavaScript, and Bootstrap for responsive design.
- Fetching Data: Utilizes TMDb API to fetch movie details including title, poster, synopsis, cast, and more.
- Organized Display: Movies are organized by categories such as Bollywood, Hollywood, and genres.
- Interactive UI: Provides a user-friendly interface with sorting options (by popularity, release date, etc.) and search functionality to easily find movies.
- Detailed Information: Each movie card expands to show detailed information like cast, storyline, ratings, and related movies.
- Responsive Design: Built with Bootstrap, ensuring the website is responsive and accessible on different devices.
- Frontend: HTML, CSS, JavaScript, Bootstrap
- API: The Movie Database (TMDb) API for movie data
- Design: Bootstrap for responsive layout and components
- Clone the repository:
git clone https://github.com/ayushgit12/Movie-Finder.git
- API Key Setup:
- Get your API key from TMDb API and replace
<YOUR_API_KEY>
inscripts.js
with your actual API key.
- Run the Website:
- Open
index.html
in your web browser or host it on a web server to start using the website.
Contributions are welcome! Feel free to fork the repository and submit pull requests with improvements.