/flight_cheap

Primary LanguageJavaScriptMIT LicenseMIT

FlightCheap - Cheapest Flight Fare Finder

FlightCheap is a web application that helps you find the cheapest flight fares. It's built using Python, Next.js, and Material-UI.

Prerequisites

Before you begin, make sure you have the following installed:

Installation

  1. Clone the repository:

https://github.com/cbondoc/flight_cheap.git

  1. Switch to the main branch:

git checkout main

  1. Install the dependencies:

npm i --save

  1. Check for update (if there's any) on the main branch

git pull origin main

  1. Start the development server:

npm run dev

  1. (Optional) If you are using yarn instead of npm, you may install the dependency using:

npm install -g yarn

That's it! You should now be able to access the application at http://localhost:3000.

Quick Tour

With FlightCheap, you can easily choose your desired starting and end location:

Choose locations

Upon clicking the search button, FlightCheap will look for all available flights and sort them by fare price from lowest to highest:

Search results

Find the cheapest flights with ease using FlightCheap!