An open API service indexing awesome lists of open source software.

https://github.com/regmibinod/movie-seat-booking

A simple movie ticket booking UI that allows users to select seats, choose a movie, and see the total price. Data is saved using localStorage
https://github.com/regmibinod/movie-seat-booking

css dom-manipulation front-end-cinema-app html javascript localstorage movie-booking seat-selection ticket-booking-app ui-project

Last synced: about 1 month ago
JSON representation

A simple movie ticket booking UI that allows users to select seats, choose a movie, and see the total price. Data is saved using localStorage

Awesome Lists containing this project

README

        

# 🎬 Movie Seat Booking App

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.

## 🚀 Features

- 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)

## 🛠️ Technologies Used

- HTML5
- CSS3
- JavaScript (ES6+)
- LocalStorage API

## 📦 Installation

1. Clone the repository:
```bash
git clone https://github.com/your-username/movie-seat-booking.git