Skip to content

mukundbhudia/covid-web

Repository files navigation

Covid-19 Web Dashboard

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

Global page on the Covid-19 dashboard

Related projects: https://github.com/mukundbhudia/covid-api and https://github.com/mukundbhudia/covid-service

Prerequisites

  • 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).

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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.

Thanks