Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 2.48 KB

README.md

File metadata and controls

38 lines (29 loc) · 2.48 KB

Bus Ticket Reservation System (C)

Welcome to the Bus Ticket Reservation System project! This project is developed using the C programming language and allows users to book and manage bus tickets. The system provides a user-friendly interface for ticket reservation and also includes an executable file for easy execution.

Table of Contents

  1. Features
  2. Installation
  3. Usage
  4. Contributing

Features

  • Ticket Booking: Users can book bus tickets by providing necessary details such as source, destination, date, and passenger information.
  • Seat Availability: The system displays the available seats for a particular bus, helping users make informed decisions.
  • Ticket Cancellation: Users can cancel their booked tickets, and the system will update the seat availability accordingly.
  • Ticket Modification: Users can modify their booked tickets by changing passenger details or the travel date, subject to availability.
  • Ticket History: The system maintains a record of all ticket bookings and cancellations, allowing users to view their booking history.

Installation

To run the Bus Ticket Reservation System, follow these steps:

  1. Clone or download the project files from the GitHub repository: Bus-Reservation-in-C.
  2. Compile the source code files using a C compiler (e.g., GCC).
    gcc main.c -o bus_reservation
    
  3. Execute the generated executable file.
    ./bus_reservation
    

Usage

Upon running the Bus Ticket Reservation System, you will be presented with a menu-driven interface. Follow the on-screen instructions to perform various operations, such as ticket booking, cancellation, and modification. The system will display relevant information and prompts to guide you through the process. Enjoy booking your bus tickets hassle-free!

Contributing

Contributions to this project are always welcome. If you find any issues or have ideas for improvements, please open an issue on the GitHub repository. You can also fork the repository, make changes, and submit a pull request.

We hope you find the Bus Ticket Reservation System useful and efficient for managing bus bookings. If you have any further questions or need assistance, please don't hesitate to reach out. Happy traveling!