This repository is the companion to the "Build a Public Holidays app" practice exercise.
Build a React application that shows the national holidays for the current year, for a given country.
You can retrieve a list of available countries and their holidays from the OpenHolidays API.
By default, you should show the holidays for The Netherlands.
npm installnpm run dev