This application allows user to check country information such as the capital, population, currency, languages and flag. It uses REST countries API, https:// restcountries.com to fetch the information.
The user can retrieve the country information by selecting a country from the map (for laptops & desktops) and from a list (for mobile and tablets).
The application can be accessed here https://dalmia007.github.io/countries/
Vue
Vuex
Nuxt
Tailwind
Javascript
HTML
CSS
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate