navnishrajput-bus-reservation-system/ ├── 📊 buses.csv # Bus data storage ├── 📋 bookings.csv # Booking records storage ├── ⚙️ BusReservationSystem.iml # Project configuration └── 📁 src/ ├── 📊 buses ...
A simple command-line Java application that simulates a bus ticket reservation system. It includes features like real-time seat booking, waitlist management, cancellations, and booking status checks — ...