https://github.com/alejandroq12/book-movies
Book Movie Seats is a website that uses JavaScript to save data in the local storage, allows you to calculate the number of seats/price, it shows the occupied seats and the selected ones.
https://github.com/alejandroq12/book-movies
css html javascript
Last synced: 6 days ago
JSON representation
Book Movie Seats is a website that uses JavaScript to save data in the local storage, allows you to calculate the number of seats/price, it shows the occupied seats and the selected ones.
- Host: GitHub
- URL: https://github.com/alejandroq12/book-movies
- Owner: Alejandroq12
- Created: 2022-12-27T20:09:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T14:31:06.000Z (about 2 years ago)
- Last Synced: 2025-04-04T05:51:09.366Z (28 days ago)
- Topics: css, html, javascript
- Language: HTML
- Homepage: https://alejandroq12.github.io/book-movies/
- Size: 50.8 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Book movie seats
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Book Movie Seats ](#-book-movie-seats-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)Book Movie Seats is a website that uses JavaScript to save data in the local storage, allows you to calculate the number of seats/price, it shows the occupied seats and the selected ones. It has a simple interfaces as it was only created to practice DOM manipulation.
Frontend
- **Use local storage to save data.**
- **Clean code.**
- **DOM manipulation.**
- [Live Demo Link](https://alejandroq12.github.io/book-movies/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Only a web browser.
### Setup
Clone this repository to your desired folder:
- Open the terminal and use the following command:
```
cd my-folder
git clone https://github.com/Alejandroq12/book-movies.git
```
### Install
Install this project with:
For this project you just need a web browser.
### Usage
To run the project, execute the following command:
For this project you just need to open the index.html file with your browser.
### Run tests
No tests were added to this project.
### Deployment
You can deploy this project using:
You can deploy this project using: GitHub Pages,
- I used GitHub Pages to deploy my website.
- For more information about publishing sources, see "[About GitHub pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)".
👤 **Julio Quezada**
- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)
- [ ] **I will add a header and footer.**
- [ ] **I will add another page**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give me a star.
I would like to thank Traversy Media for his amazing content and his amazing learning platform.
- **What did you learn?**
- I learned a lot about DOM manipulation.
- I learned how to save data using the local storage.
This project is [MIT](./MIT.md) licensed.