Skip to content

Dashboard displaying statistics and historical information on COVID19. Written in Vue.js.

License

Notifications You must be signed in to change notification settings

Sean2108/Yet-Another-COVID-Map

Repository files navigation

Yet Another COVID Map

CIcodecov

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).

Demo:

Demo

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run unit tests

npm run test:unit

Lints and fixes files

npm run lint