A responsive flight web application, usiing: react, redux, jest, enzyme, webpack, express, scss.
node : 6.x.x or above npm : 3.x.x or above
There is a file called flight.json
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.
Istanbul > Dublin > Istanbul Depart: 06-08-2018 Arrive: 20-08-2018
Istanbul > Dublin Depart: 04-08-2018
npm install or yarn
It will run the development
npm run dev or yarn run dev
It will run the test cases written for this project from 'test' directory.
npm run test or yarn run test
npm run start or yarn run start
Open the localhost in browser