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.
- React
- TailwindCSS
- Vite
Start the app by running:
yarn dev
Build:
yarn build
Preview
yarn preview
Tests
yarn test
yarn test:watch
yarn test:coverage