svelte-covid19-track is a small web application to graphically display the development of the COVID-19 disease for different countries.
Confirmed cases per year and deaths per year are displayed monthly in separate line charts.
// checkout project
git clone https://github.com/Cribac/svelte-covid19-track.git && cd svelte-covid19-track
// install dependencies
npm install
// run development
npm run dev
// or
npx svelte-kit dev
// visit app in browser
http://localhost:3000