Build a Public holidays app
                    Build a React application that shows the national holidays for the current year, for a given country.
The main screen should show:
- a dropdown with a list of countries
 - a list of public holidays for the selected country
 
You can retrieve a list of available countries and their holidays from the OpenHolidays API. Use English (en) for the languageIsoCode.
By default, you should show the holidays for The Netherlands.
I recommend using React Query for data fetching (here's why) and Paper CSS for stylling.
💡 Ready to check your work?
Become a member and get access to the official solution and the comments section for feedback and discussion.
Also, for a limited time, you will also get a code review when you share a link to your completed challenge in the comments section!
      
Member discussion