-
JavaScript (Vue) framework: Nuxt
-
CSS framework: tailwindcss
You can use this by downloading the repo and enter npm install
, npm generate
and npm run dev
commands in your terminal.
-
Search Through list of countries
-
Sort by country alphabet and population
-
Filter based on countries region
-
Change website mode to dark and light
-
See country details in its page
To make it easier for running the project in an isolated environment, I've provided a Dockerfile that you can build and run locally. In order to do so, please follow these commands:
docker build -t alibaba/country-client .
And then run using:
docker run --rm -p 3000:3000 alibaba/country-client:latest
Have a beautiful day