Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.1 KB

README.md

File metadata and controls

53 lines (38 loc) · 2.1 KB

Book My Flights

License Contributors Forks

Description

A flight booking application that allows users to search for flights, book tickets, and manage their bookings.

Features

  • Search for flights based on departure and destination airports, date, and other criteria.
  • View available flights with details such as airline, departure time, and price.
  • Select and book flights for one or multiple passengers.
  • Manage bookings, including viewing, modifying, and canceling existing bookings.
  • User authentication and authorization for secure access to the application.

Installation

  1. Clone the repository: git clone https://github.com/aadium/book-my-flights.git
  2. Install the dependencies: npm install
  3. Start the application: npm start

Usage

  1. Open the application in your web browser.
  2. Sign up or log in to your account.
  3. Use the search functionality to find available flights.
  4. Select a flight and proceed to the booking page.
  5. Enter passenger details and complete the booking process.
  6. View and manage your bookings in the user dashboard.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m 'Add your feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.