Skip to content

cyrilgavala/covid-19-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple react application visualizating basic covid-19 data

Topics

Resources

License

Stars

Watchers

Forks