No description
- JavaScript 94.5%
- Svelte 4%
- TypeScript 1.1%
- CSS 0.3%
- HTML 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .idea | ||
| src | ||
| static | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| jest-setup.ts | ||
| jest.config.cjs | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| README.md | ||
| svelte.config.js | ||
| svelte.config.test.cjs | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| vite.config.js | ||
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:
- 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