A simple and interactive movie ticket booking UI built with vanilla JavaScript. Users can select seats, choose a movie, and view the total ticket price. Seat selection and movie choice are stored using localStorage
for state persistence.
- Select seats from available ones
- Choose a movie and dynamically update ticket price
- Seat and movie selections are saved in local storage
- Responsive UI layout (customizable)
- HTML5
- CSS3
- JavaScript (ES6+)
- LocalStorage API
- Clone the repository:
git clone https://github.com/your-username/movie-seat-booking.git