/mynextholiday

When's my next holiday?

Primary LanguageTypeScriptMIT LicenseMIT

Description

With this app, the user can select from a set of supported countries and then see the next mandatory and optional/regional holidays of that country. By default, the app attempts to find your current location and use it on the input available.

How to run this app

First, install dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Second, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Third, use the app. Just write on the available input and magic will happen.