This project is airline booking website of FLyDreamAir created using HTML, CSS, JavaScript and JQuery. It allows users to search for flights, view flight details, and make bookings.
- Search for available flights by destination and date
- View detailed information about each flight, including departure and arrival times, airline, and price
- Can choose seats for selected flights
- Add extra services such as foods and drinks onboard
-
Clone this repository to your local machine.
-
Navigate to the project directory in your terminal.
-
Start a Python HTTP server:
python3 -m http.server
-
Open your web browser and go to
http://localhost:8000/index.html.