This is a simple single page application that lists basic details of a particluar country.
The details include:
- Country Name
- Capital
- Region
- Population
- Currency
When a country name is selected , along with the basic information the counrty's flag too is displayed.
Take a look at Country infos and give it a try.
- HTML
- CSS
- Bootstrap
- Javascript
A big shoutout to restcountries for API's required to fetch country details.