Movie Ticket Booking is a simple project developed using HTML, CSS, and JavaScript. When you open the project, you can see the home page of the ticket booking page on your browser where you can select either the ticket page or the now showing page. Also, while buying a ticket, you can select the movie to watch from the top
- Display UI with movie select, screen, seats, legend & seat info
- User can select a movie/price
- User can select/deselect multiple seats
- User can't select occupied seats
- Number of seats and price will update based on selected movie and no. of seats
- Save seats, movie and price to local storage so that UI is still populated on refresh
HTML
CSS
JS BASICS
Local Storage in JAVASCRIPT