A movie seat booking app built with HTML, CSS, and 🍦vanilla JavaScript
- Selected HTML elements using DOM document methods
- Saved data to local storage so selected movie and seats information stays on page reload
- Got data from local storage to populate the UI
- Fork or directly clone this repository to your local machine and
cd
- Right click on
index.html
and open directly in the browser or with VSCode's Live Sever extension.