Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.04 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.04 KB

Flight Search w React

Description

A responsive flight web application, usiing: react, redux, jest, enzyme, webpack, express, scss.

Requirement:

node : 6.x.x or above npm : 3.x.x or above

data used for flights:

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.

Sample search data:

With returning journey:

Istanbul > Dublin > Istanbul Depart: 06-08-2018 Arrive: 20-08-2018

One way:

Istanbul > Dublin Depart: 04-08-2018

Steps to run this project:

1. Install dependencies

npm install or yarn

2. Run the test cases

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

3. Run the project

 npm run start or yarn run start

4. See running project in local browser

Open the localhost in browser