A Web app showing racing bar chart to display the spread of covid-19 virus in countries. Using d3.js for the chart and animation wrapped inside vue.
The data source are taken from csv file in Our World in data. The application is downloading directly the file from the source, so the data is always up to date.
yarn install
yarn serve
yarn build