A React Typescript holiday calendar built using NextJS & Tailwind.
The calendar supports selecting a country and type of holiday, which will fetch real-time data from calendarific to display.
- Run
yarn
to install dependencies. - Create a free account with calendarific and generate an API key.
- Make a copy of
.env.sample
and rename it to.env.local
. - Add the calendarific API key to
.env.local
. - Run
yarn dev
and openlocalhost:3000