Welcome to the Sugarland Theaters Seat Booking page! This project is a simple web application that allows users to view and book seats in a movie theater.
- Interactive seat booking layout
- Responsive design for different screen sizes
- Styled to resemble a real movie theater
To get a local copy up and running, follow these simple steps.
- A modern web browser
- Basic knowledge of HTML and CSS
-
Clone the repository:
git clone https://github.com/coderooz/sugarland-theaters.git
-
Navigate into the project directory:
cd sugarland-theaters
-
Open the
index.html
file in your preferred web browser to view the project.
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.