A responsive web test project using react, redux,jest, enzyme, webpack, express, scss, font-icons. This project does not use libraries such as jquery, bootstrap.
node : 6.x.x or above npm : 3.x.x or above
There is a file called flight.json
inside
cd ~/<root-dir>/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.
Chennai > Delhi > Chennai Depart: 2017-07-03 Arrive: 2017-07-10
Chennai > Delhi Depart: 2017-07-03
First Go to Project directory
cd ~/flight-search-engine
then
npm install
It will run the test cases written for this project from 'test' directory.
npm run test
npm run start
Open the localhost in browser
Open the Flight Search Engine in browser