This project is advanced challenge from Frontend Mentor website.
Overview:
Website helps you to see the details of any country in the world. All data is dynamic and fetched from the Rest Countries API.
Features:
- View all countries details on the home page, arranged in alphabetical order.
- Search for a country (or part of its name) using an input field.
- Filter countries by region.
- Click on a country to see more detailed information on a separate page.
- Toggle the color scheme between light and dark mode, value stored in local storage.