Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.18 KB

README.md

File metadata and controls

44 lines (37 loc) · 1.18 KB

Covid-19 Tracker

CircleCI styled with prettier PRs Welcome

Covid-19 Tracker (incl. statistics on infected, recovered and number of deaths globally and by country). Implemented with React, Chart.js, Axios, Material UI and Firebase integration.

Live demo

Preview

Features

  • firebase setup
  • statistics on infected, recovered and deaths
  • global statistics
  • statistics by country

How To

Install Dependencies

yarn install

Development

to start development server run:

yarn start

Tests

to run unit tests execute:

yarn test

Deployment

  • create production build:
yarn build
  • deploy to firebase:
yarn deploy