A Vue web app that allows you to compare all countries of the world
Geostats
A Vue web app that allows you to compare all countries of the world.
Features
- Filtering countries by their continent
 - Searching for specific countries
 - Sorting countries (by name, population, population density and area)
 - Displaying the most important information about each country
 - Comparing countries (three comparison modes: bar, pie and table)
 
Screenshots
Main page
Main page (with dark mode enabled)
Comparison charts
Production build
git clone https://github.com/liskapolarni/geostats/
cd geostats
npm install
npm run build