No description
This repository has been archived on 2026-08-02. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 94.5%
  • Svelte 4%
  • TypeScript 1.1%
  • CSS 0.3%
  • HTML 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-11-26 16:53:10 +01:00
.idea Display covid19 data of the last 7 days in charts for each country. 2021-10-09 21:37:09 +02:00
src Enhance the error route with the country name. 2022-08-13 13:12:12 +02:00
static Serve countries data from within the src directory. 2022-05-03 22:32:27 +02:00
.eslintrc.cjs Initial commit 2021-08-03 21:33:24 +02:00
.gitignore Ignore files in /coverage directory for now. 2021-12-11 20:41:48 +01:00
.npmrc Initial commit 2021-08-03 21:33:24 +02:00
.prettierignore Initial commit 2021-08-03 21:33:24 +02:00
.prettierrc Initial commit 2021-08-03 21:33:24 +02:00
jest-setup.ts Add configuration files for testing. 2021-12-11 20:38:57 +01:00
jest.config.cjs Add configuration files for testing. 2021-12-11 20:38:57 +01:00
package-lock.json Bump version. 2022-08-13 13:12:48 +02:00
package.json Bump version to 1.5.3 2022-11-26 16:53:10 +01:00
postcss.config.cjs Enable Tailwindcss for the project. 2021-09-26 18:18:03 +02:00
README.md Update readme with archive note. 2022-11-26 16:52:45 +01:00
svelte.config.js Move svelte.kit.vite configuration into a dedicated vite config file. 2022-08-06 17:33:23 +02:00
svelte.config.test.cjs Add configuration files for testing. 2021-12-11 20:38:57 +01:00
tailwind.config.cjs Remove unneeded gray color declaration from config. 2021-12-11 12:34:57 +01:00
tsconfig.json Extend sveltekit's tsconfig. 2022-03-02 20:35:09 +01:00
vite.config.js Move svelte.kit.vite configuration into a dedicated vite config file. 2022-08-06 17:33:23 +02:00

Svelte Covid19 Track:

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.

Requirements:

  • A modern web browser
  • NodeJs >= v.14 with npm

Usage:

 // 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

Resources:

Discontinued and archived!