https://github.com/younusaliakash/vanilla-movie-seat-booking-app
Display movie choices and seats in a theater to select from in order to purchase tickets
https://github.com/younusaliakash/vanilla-movie-seat-booking-app
booking-system css dom-manipulation html javascript
Last synced: 2 months ago
JSON representation
Display movie choices and seats in a theater to select from in order to purchase tickets
- Host: GitHub
- URL: https://github.com/younusaliakash/vanilla-movie-seat-booking-app
- Owner: younusaliakash
- Created: 2023-02-24T11:23:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T18:16:29.000Z (about 2 years ago)
- Last Synced: 2025-02-01T05:23:09.889Z (4 months ago)
- Topics: booking-system, css, dom-manipulation, html, javascript
- Language: HTML
- Homepage:
- Size: 377 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Movie Seat Booking
Display movie choices and seats in a theater to select from in order to purchase tickets
## Project Specifications
- Display UI with movie select, screen, seats, legend & seat info
- User can select a movie/price
- User can select/deselect seats
- User can not select occupied seats
- Number of seats and price will update
- Save seats, movie and price to local storage so that UI is still populated on refresh
``` Younus Ali Akash ```