Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 869 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 869 Bytes

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 light mode

Main page (with dark mode enabled)

Main page with dark mode

Comparison charts

Bar chart
Pie chart

Production build

git clone https://github.com/liskapolarni/geostats/
cd geostats
npm install
npm run build

Used API