Movie Seat Booking App

HARUN PEHLİVAN - Jan 21 '22 - - Dev Community

This project is written in plain HTML, CSS, and JavaScript; no frameworks or outside code, save a single imported font from google fonts. This application is intended to replicate a seat booking application for a movie theater and it was course work in Brad Traversy's 20 JavaScript Projects course, viewable here: https://www.udemy.com/share/102yzoAEAbdlZRQ3kF/ When seats and a movie are selected, this information is saved to local storage so that the data persists after your browsing session ends or after the page is reloaded. The original project did not include a clear button which would erase the local storage and refresh the application, allowing you to begin anew; so I added on myself. However, since this this project is in a pen on Codepen, the reload() function which can be called on the window object and reload the page, doesn't work. This function does not appear to work from within a Codepen pen. So you have to manually refresh the browser after clicking on the 'clear selection' button. Note - while the reload() function doesn't appear to work, the 'clear selection' button will still clear the local storage for the application. Manual refresh is only needed to reset the user interface within the pen.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player