Skip to content

tsj2003/seat-reservation

Repository files navigation

Seat Reservation Application

This is a simple seat reservation application built with Angular. It allows users to book seats in a theater-like setting, ensuring that they can only book a specified number of adjacent seats.

Features

  • View available seats
  • Book between 1 and 7 adjacent seats
  • Displays a message for successful bookings or errors

Technologies Used

  • Angular
  • TypeScript
  • HTML/CSS

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/seat-reservation.git
  2. Navigate to the project directory:

    cd seat-reservation
  3. Install the dependencies:

    npm install
  4. Run the application:

    ng serve
  5. Open your browser and go to http://localhost:4200.

Usage

  • Select the number of seats you want to book (between 1 and 7).
  • Click on the available seats to book them.
  • The application will display a message indicating the booked seats or any errors.

Contributing

Feel free to submit issues or pull requests for improvements or bug fixes.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published