Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.52 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.52 KB

Flight Booking System

This repository contains a flight booking system built with ReactJS. The system allows users to book tickets for specific dates flights, and manage their bookings.

Screenshots

Dashboard

Screenshot 1

Description: This screenshot shows the dashboard of the flight booking system where users can view available flights and search for specific routes.

Flight Search Results

Screenshot 2

Description: This screenshot displays the search results after entering flight details, including available flights, prices, and timings.

Booking Process

Screenshot 3

Description: This screenshot illustrates the booking process where users can select flights, enter passenger details, and proceed to payment.

Booking Confirmation

Screenshot 4

Description: This screenshot confirms the successful booking of a flight, displaying booking details and confirmation number.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/manasvi83/Booking.git
    cd <repo-name>
  2. Install dependencies:
   npm install

3.Start the development server:

    npm start
  1. Open your browser and navigate to http://localhost:3000 to view the application.

Technologies Used

ReactJS CSS

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request.