JOURN-EZ is a Windows-based ticketing application built using C++ and WinForms, designed to handle bus bookings with a clean GUI and good old-fashioned file handling — no external databases, just raw .txt
files doing the job.
- 🗓️ Add and manage bus schedules and routes
- 💸 View accurate bus fares
- 📋 Track passenger bookings
- 🧾 Generate receipts
- 🧑💼 Signup/Login system via local user info files
- 💺 Seat selection with payment handling (simulated)
- C++ (WinForms with .NET integration)
- Native Windows GUI
- Plaintext file handling for storage (
.txt
files) - No SQLite, no DBMS — just simplicity and speed
- Clone the repository
git clone https://github.com/hussainwaz/BusTicketingApp.git