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.
- A modern web browser
- NodeJs >= v.14 with npm
// 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
- Application framework: SvelteKit
- Typeahead Search: @metonym/svelte-typeahead
- Charts: @himynameisdave/svelte-frappe-charts
- Styling: Tailwind CSS
- Icons: Font Awesome
- Countries Data: @manishtiwari25/country_state.json
- COVID-19 Api: @pomber/covid19