A single-page application that displays information about all countries by integrating with a REST API. Users can search for countries, filter by region, and view detailed information about each country.
- Search Countries: Find countries by name using the search bar.
- Filter by Region: Narrow down the list of countries by selecting a region.
- Country Details: View detailed information about each country, including population, area, and more.
- Responsive Design: User-friendly interface optimized for various screen sizes.
- Clone the repository to your local machine.
- Open the
index.html
file in your web browser to start using the application.
-
Searching for Countries:
- Enter the name of a country in the search bar to filter the list of countries.
-
Filtering by Region:
- Use the dropdown menu to select a region and filter the list of countries accordingly.
-
Viewing Country Details:
- Click on a country name to view detailed information about that country.