The Ticket Booking System is a Java-based application developed as a final project for the Object-Oriented Programming (CS 2365) class. Designed to allow users to book tickets for events like concerts, sports, and theater, this system highlights the use of Java and object-oriented principles to create an interactive, user-friendly experience. It provides an intuitive graphical interface for event selection, seat booking, and ticket management, utilizing Java Swing to deliver a seamless user experience.
The Ticket Booking System provides a console application experience for booking tickets across various events. Built with Java and Swing for the graphical user interface (GUI), it offers modules for event selection, seat booking, and user interaction. Through encapsulation, inheritance, and polymorphism, the system models different event types (Concert, Sports, Theater), each with unique booking options. The interface is designed to streamline the booking process, making it easy for users to navigate through events and finalize ticket purchases efficiently.
Java: The core programming language used for developing the system.
- Swing: For creating the graphical user interface (GUI) components.
- Object-Oriented Programming (OOP): Design principles that structure the application, focusing on objects and classes.
- Clone the repository:
git clone https://github.com/your-repo/online-ticket-booking-system.git
- Open the project in your preferred Java IDE (e.g., IntelliJ IDEA, Eclipse).
- Build and run the application.
- Launch the application.
- Select the type of event you wish to book (Concert, Sports, Theater).
- Choose your desired event, select available seats, and proceed to booking.
- Follow the on-screen instructions to complete your booking.
This project was developed individually as a demonstration of the knowledge and skills acquired in the Object-Oriented Programming course.
Developing the Ticket Booking System reinforced my skills in Java and object-oriented design. I gained experience in applying OOP concepts to create a functional booking system and honed my understanding of user interface design with Java Swing. Additionally, this project taught me practical skills in managing and structuring event data and optimizing a user-friendly booking workflow.