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.
Check out the demo page.
- 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.
You'll need to have Node.js installed on your local development machine.
Then you can install dependent packages via NPM:
npm install
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
This project is licensed under the MIT License - see the LICENSE.md file for details.