Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 703 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 703 Bytes

Vacation destination finder

codecov

General

Small app for my mum's 60th birthday to help her find a vacation destination. Since we have a predefined set of destinations they are hardcoded into the app. But both questions and the result page could be modified to take external data sources.

Technologies used

  • React
  • TailwindCSS
  • Vite

Get started

Start the app by running:

yarn dev

Build:

yarn build

Preview

yarn preview

Tests

yarn test
yarn test:watch
yarn test:coverage