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:
- Formik 0.11.10
- Graphql 0.13.0
- React 16.2.0
- React Apollo 2.0.4
- Recompose 0.26.0
- Styled Components 2.2.3
Run
yarn install
(I did not generate lock file for npm
)
To start the server simply run: yarn dev
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'