Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.2 KB

Kiwi.com experimental flights search

This React app was written as a part of homework for developers interested in Modern JS weekend organized by Kiwi.com.

It provides simple flight connections search.

Demo

Check out the demo page.

Features

  • one way flight connections search (by parameters from, to, date)
  • destinations suggestions while typing (autocomplete)
  • search results pagination
  • using GraphQL API to fetch data
  • simple form validation
  • errors handling
  • responsive design using Bootstrap 4 components.

Installation

You'll need to have Node.js installed on your local development machine.

Then you can install dependent packages via NPM:

npm install

Deployment

To run the app in development mode:

npm start

Open http://localhost:3000 to view it in the browser.

To build the app for production to the build folder:

npm run build

License

This project is licensed under the MIT License - see the LICENSE.md file for details.