Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.22 KB

Ticket Booking System

Overview

This is a Java-based console application for booking tickets for various events (e.g., movies, concerts). It allows users to view available events, select tickets, and complete bookings.

Features

  • View available events and showtimes
  • Book tickets for selected events
  • View booking confirmation and details
  • Basic user authentication (optional)

Prerequisites

  • Java Development Kit (JDK) 8 or higher
  • IDE (e.g., IntelliJ IDEA, Eclipse) or any text editor
  • Basic knowledge of Java

How to Run

  1. Clone or download the project to your local machine.
  2. Open the project in your preferred Java IDE or text editor.
  3. Compile and run the TicketBookingSystem.java file.
  4. Follow the prompts in the console to interact with the application.

Project Structure

How to Use

  1. View Events: The system will display a list of available events.
  2. Select Event: Enter the event ID to select an event.
  3. Choose Tickets: Specify the number of tickets you wish to book.
  4. Confirmation: The system will confirm your booking and display ticket details.

Future Enhancements

  • Implement a graphical user interface (GUI)
  • Add online payment integration
  • Add seat selection feature