Skip to content

ayushgit12/Movie-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Finder Website

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.

Features

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

Technologies Used

  • Frontend: HTML, CSS, JavaScript, Bootstrap
  • API: The Movie Database (TMDb) API for movie data
  • Design: Bootstrap for responsive layout and components

Setup and Usage

  1. Clone the repository:
git clone https://github.com/ayushgit12/Movie-Finder.git
  1. API Key Setup:
  • Get your API key from TMDb API and replace <YOUR_API_KEY> in scripts.js with your actual API key.
  1. Run the Website:
  • Open index.html in your web browser or host it on a web server to start using the website.

Contributing

Contributions are welcome! Feel free to fork the repository and submit pull requests with improvements.