About | Features | Technologies | Requirements | Starting | Author
This project is a flight price search portal that allows users to find the cheapest options for flying between any two selected cities. Built with React and Node.js, this web application provides a user-friendly interface for searching and comparing flight prices.
✔️ City Selection: Users can easily select their departure and destination cities from a dropdown menu or search bar;
✔️ Flight Search: The application integrates with a flight API to fetch and display the available flight options based on the selected cities;
✔️ Flight Details: Upon selecting a specific flight, users can view additional details such as flight duration, layovers, and airline information;
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/MePriyanshuHoo/Flight-search
# Access
$ cd frontend
# Install dependencies
$ npm install
# Run the project
$ npm start
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made by 🦑 Priyanshu Vishwakarma