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
- Host: GitHub
- URL: https://github.com/regmibinod/movie-seat-booking
- Owner: regmibinod
- Created: 2025-04-23T04:48:33.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-23T04:51:38.000Z (about 1 month ago)
- Last Synced: 2025-04-27T00:49:48.758Z (about 1 month ago)
- Topics: css, dom-manipulation, front-end-cinema-app, html, javascript, localstorage, movie-booking, seat-selection, ticket-booking-app, ui-project
- Language: HTML
- Homepage: https://regmibinod.github.io/movie-seat-booking/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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