boostup-covid-tracker

This app shows an Histogram chart for Covid data in USA. You can see the daily data for total # of positive cases and total # of deaths since Jan '20.

Basic features

  • You can filter data for all times (Since Jan '20), last 30 days or last 7 days. The Chart will update when you select the option from the dropdown.
  • You can select a date point in the chart to see the data of each USA state for the selected date.

Demo

You can see a production online version on boostup-covid-tracker

Covid API

The project uses the data provided by https://covidtracking.com/

Available Scripts

In the project directory, you can run:

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

yarn test

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

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

The build is minified and the filenames include the hashes.
The app is ready to be deployed!