Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.28 KB

Introduction

This app was bootstrapped with Create React App and its source code can be found here.

This is a simple React application containing various visualizations of simple Covid-19 data, which are web-scrapped from https://korona.gov.sk using web-scrap application. Its source code can be found here. Data are stored in cloud MongoDB database and there is a simple API for data retrieval. Repo for that API can be found here.

Content of application

Summary stats

First element of the page are summary stats with daily difference according the previous day.

Graphs

Second element of the page are graphs visualising retrieved data.

  • First graph shows positive percentage of the PCR tests for every day.
  • Second graph contains data about amount of PCR tests and amount of those confirmed as positive for every day.
  • Third, and last graph, contains data about deaths caused by Covid-19.

How to run

It's simple. Just run npm start from root directory in the command line.