A C++ project for managing bus ticket bookings with a graphical interface.
- Secure signup/login with phone number verification
- Graphical seat layout with color-coded seats:
- Green = Available
- Red = Booked
- Book up to 4 seats per trip
- Automatic unique ticket generation (with PNR number)
- View and download user tickets
- Cancel reservations up to one day before the trip
- Provide feedback to the system
- Add, update, and delete buses
- Add, update, and delete routes
- Set and update ticket prices
- Cancel tickets manually if needed
- Filter/search tickets by PNR number
- View and manage user feedback
- Saves and loads ticket/bus data using file handling
- Manual payment simulation (system displays total cost only)
- Clone the repository:
git clone https://github.com/binuPraj/BusTicketReservationSystem.git