Dashboard displaying statistics and historical information on COVID19.
Uses Typescipt, Vue.js, Vuetify.js, D3.js and Mapbox.
Deployed at https://yet-another-covid-map.herokuapp.com. Backend API is deployed separately at https://yet-another-covid-api.herokuapp.com (Source code available at: https://github.com/Sean2108/Yet-Another-COVID-Map-API).
npm install
npm run serve
npm run build
npm run test:unit
npm run lint