Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Implementation of a Flight Availability Search Engine using React, Redux, HTML, CSS and JavaScript

Notifications You must be signed in to change notification settings

Hemansh31/flight-search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight Search Engine

Description

A responsive web test project using react, redux, express, HTML, CSS, JavaScript.

Requirement:

node : 16.x.x or above npm : 7.x.x or above

Data used for flights:

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.

Sample search data:

With returning journey:

Mumbai > New Delhi > Mumbai

Depart: 25-11-2021

Arrive: 13-01-2022

One way:

Chennai > Ahmedabad

Depart: 26-12-2021

Steps to run this project:

First move to Project directory

cd ~/flight-search-engine

then

1. Install dependencies

npm install

2. Run the create-react-app development server

 npm start

3. Run local deployment

 npm run build
 node server.js

4. See running project in local browser

Open the localhost in browser

5. See live running project

Open the Flight Search Engine in browser

About

Implementation of a Flight Availability Search Engine using React, Redux, HTML, CSS and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published