A responsive web test project using react, redux, express, HTML, CSS, JavaScript.
node : 16.x.x or above npm : 7.x.x or above
There is a file called flight.json inside
cd ~/<project-dir>/src/utils/
This file contains mockup data used to perform search on flights. Please refer to this file for making search query otherwise empty results will be shown.
Mumbai > New Delhi > Mumbai
Depart: 25-11-2021
Arrive: 13-01-2022
Chennai > Ahmedabad
Depart: 26-12-2021
First move to Project directory
cd ~/flight-search-engine
then
npm install
npm start
npm run build
node server.js
Open the localhost in browser
Open the Flight Search Engine in browser