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.
- firebase setup
- statistics on infected, recovered and deaths
- global statistics
- statistics by country
yarn install
to start development server run:
yarn start
to run unit tests execute:
yarn test
- create production build:
yarn build
- deploy to firebase:
yarn deploy