Kiwi Flight Search

Simple flight search page in React.

Try it here (it might take a while before the free server wakes up)

Backend is provided by graphql.kiwi

Uses:

Installing the project

Run yarn install (I did not generate lock file for npm)

Development

To start the server simply run: yarn dev

Production

This application should be production ready. It uses nextjs for basic boilerplate code.

I also made the app heroku ready. All you have to do is make sure that:

NPM_CONFIG_PRODUCTION = false
NODE_ENV = 'production'