Skip to content

This project is a simple bus reservation system implemented as a web application. It allows users to view the layout of bus seats, reserve tickets, and manage passenger details through a dashboard view.

Notifications You must be signed in to change notification settings

jekingohel/bus-seat-reservation

Repository files navigation

Bus Seat Reservation System

This project is a simple bus reservation system implemented as a web application. It allows users to view the layout of bus seats, reserve tickets, and manage passenger details through a dashboard view.

Features

  • View the layout of bus seats and reserve tickets.
  • Dashboard view of all passengers with their details.
  • Edit and save passenger details (except seat number).
  • Delete a reservation.

Setup Instructions

  1. Clone the repository to your local machine:
git clone https://github.com/jekingohel/bus-seat-reservation.git
  1. Navigate to the project directory:
cd bus-seat-reservation
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your web browser and go to http://localhost:3000 to view the application.

Usage

  • Navigate to the reservation view to reserve tickets and view the layout of bus seats.
  • Navigate to the dashboard view to manage passenger details, including editing and deleting reservations.

Contributors

About

This project is a simple bus reservation system implemented as a web application. It allows users to view the layout of bus seats, reserve tickets, and manage passenger details through a dashboard view.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published