Bus Reservation System

Welcome to the Bus Reservation System, a command-line application written in C that allows users to manage bus bookings effortlessly.

Table of Contents

Features

  1. View Bus List: Explore a list of available buses and their details.
  2. Book Tickets: Reserve seats for your desired bus.
  3. Cancel Booking: Cancel your booked tickets and get a refund.
  4. Bus Status Board: Check the current status and availability of seats.

How to Use

  1. Clone the Repository:
    git clone https://github.com/your-username/bus-reservation.git
    

Compile and run the C program.

cd bus-reservation gcc main.c -o bus_reservation ./bus_reservation