My first assignment to learn about Git issues.
MovieTicketX is a simple web-based movie ticket booking app that allows users to browse movies, select a showtime, and book tickets through a clean, user-friendly interface.
This project was created as part of a GitHub assignment to demonstrate version control workflows using issues, branches, pull requests, and merges.
- Home page with welcome message and featured movies
- Movie listing page with posters and "Book Now" buttons
- Ticket booking form (movie, time, name, ticket count)
- Booking confirmation page with alert message
- Responsive and styled with CSS
- JavaScript alert for booking confirmation
- HTML5
- CSS3
- JavaScript (Vanilla)
- No real-time validation of ticket availability
- Confirmation page doesn't persist form data (no backend)
- Limited responsive layout for mobile screens
- Clone the repo or download the ZIP.
- Open
index.html
in any browser. - Navigate through the movie list and click "Book Now."
- Fill out the booking form and submit it.
- View the confirmation message and JS alert.