Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obrm/movie-seat-booking
Display movie choices and seats in a theater to select from in order to purchase tickets
https://github.com/obrm/movie-seat-booking
css html javascript vanilla-javascript
Last synced: 5 days 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/obrm/movie-seat-booking
- Owner: obrm
- Created: 2022-07-05T12:42:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T14:25:17.000Z (over 2 years ago)
- Last Synced: 2023-03-05T19:22:47.251Z (over 1 year ago)
- Topics: css, html, javascript, vanilla-javascript
- Language: HTML
- Homepage: https://obrm-movie-seat-booking.netlify.app/
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- 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 refreshDesign inspiration from [Dribbble](https://dribbble.com/shots/3628370-Movie-Seat-Booking)
#
Made as part of the course "20 Web Projects With Vanilla JavaScript" by Brad Traversy