COVID-19 Coronavirus dashboard. A dashboard to show global data gathered on the COVID-19 virus pandemic. The SARS‑CoV‑2 virus is part of a class of viruses called Coronaviruses. It is SARS‑CoV‑2 that causes the COVID-19 disease. Data sources: Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE).
Production build at: https://covid19.mukund.uk/.
Additional URLs: https://mukundbhudia.gitlab.io/covid-web/ and https://mukundbhudia.github.io/covid-web/.
Related projects: https://github.com/mukundbhudia/covid-api and https://github.com/mukundbhudia/covid-service
- Node v14.x.x
- NPM v6.x.x
- covid-web needs covid-api to be running (which in turn also needs covid-service-rs to have run at least once).
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
This project was bootstrapped with Create React App.
- To Johns Hopkins CSSE for the hard work providing and collating the data.
- To Salomão Rodrigues for teaching me React and helping me get started.