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.
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.