Skip to content

dtawusaku/MovieSeatBookingSystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SENG 405 Project

Movie-Seat-Booking

This project has the following capabilities already

  1. Saving of selected seats across browser sessions.
  2. Automatic selected seat count update.
  3. Automatic selected seat price update.

Features to be implemented:

  • ✔️Setting of selected seats to occupied

    This can be done via a button on the html file.

  • ✔️Saving the occupied across sessions

    Probably through the localStorage.setItem() method.

  • ✔️Loading occupied seats for each movie after switching

    Will need to load this after every change event on the movie selector.

  • ✔️Resetting seating

    Done by using localStorage.removeItem() method.


List any other suggestions

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.4%
  • HTML 35.9%
  • CSS 19.7%