/traveller

Primary LanguageTypeScript

Traveller

A sample web application to allow users to search for cities and add them to a wishlist. Uses the following technologies:

  • Typescript
  • React
  • GraphQL (Apollo)

Usage

# install dependencies
yarn
npx lerna bootstrap

# start dev server
yarn start:all

Testing

This project uses Cypress for automated end-to-end UI tests. Run tests using the following command:

yarn test:cy

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT