Skip to content

sirjackal/kiwi-search-hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Kiwi.com experimental flights search

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published