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