GBC Airlines is a flight booking system developed using JavaFX, designed for airport booking agents and their managers. The system provides a user-friendly GUI to handle flight bookings, manage passenger information, and generate flight manifests. Users can create new flights, add passengers to manifests, confirm or cancel bookings, and view recent flight data. Since database storage was not a requirement for this project, I chose to store all data in .txt files so features I implemented could be demonstrated.
the github repository:
gbc airlines
the problem:
Airport booking systems can be complex and time-consuming, especially for
agents who need to manage multiple passengers and flights quickly. GBC Airlines simplifies the process by offering a clean,
interactive interface for booking agents and managers, streamlining the booking and management process.
the target audience:
GBC Airlines is designed for booking agents and their managers who
work at the airport, responsible for registering users, managing bookings, and maintaining flight manifests.
the tech stack:
Frontend: JavaFX
Backend: File handling with Java I/O (using .txt files) to save and load flight/passenger data.
Version Control: Git, GitHub
the contributors: (link to github profile)
Taylor Martin