Bus Reservation System
A fully functional bus reservation platform built in C++, designed to mimic how a real booking system works. Users can register and login, search for buses, check real-time seat availability, book or cancel tickets โ and all data persists between sessions through file handling.
On the admin side, operators can manage buses, routes, and reservations. The architecture is intentionally OOP-first: classes, objects, inheritance, and encapsulation are used throughout. This project sharpened my understanding of data persistence, menu-driven design, and real-world program flow.
โญ 19 GitHub Stars
๐ Built: July 2026
๐ 223 LinkedIn Impressions
๐ง Language: C++