This is a movie booking website project where users can search for movies, view details, and book tickets. The project is built using HTML, CSS, and JavaScript, with the movie data fetched from the OMDB API.
- Search Movies: Users can search for movies by name.
- View Movie Details: Display movie details such as title, rating, genre, plot, and cast.
- Book Tickets: Users can book tickets and make payments.
- Responsive Design: The website is responsive and works on different screen sizes.
- Home Page: Search for movies and view featured movies.
- Movie Details Page: View details of the selected movie.
- Ticket Booking Page: Book tickets and proceed to payment.
- HTML
- CSS
- JavaScript
- OMDB API
- Clone the repository:
git clone https://github.com/yourusername/movie-booking-website.git
- Navigate to the project directory:
cd movie-booking-website
- Open
Login.html
in your browser to start the website.