I developed with my team a simplified flight booking management system using Object-Oriented Programming (OOP) principles in Java.
The system includes modules for managing users, flights, and bookings, with data stored in text files.
The project was structured using multiple classes such as Flight, User, and Booking, and initially featured a console-based interface, later extended with a simple GUI using Java Swing.
This project highlights my ability to organize code, apply OOP concepts, and handle file operations efficiently.