A Global COVID-19 Tracker
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/gglowe/covid-tracker.git
- Install NPM packages
npm install
- Start Project
npm start
Once the app is opened you are able to see GLOBAL numbers listed within three cards at the top of the page. The default line graph is currently showing daily USA numbers for infected, deaths, and total tests given. The API used no longer provides daily recovered numbers. There is a country picker that allows you to pick a specific country and receive the latest information given for the respective country in a bar graph - the cards will update and reflect the numbers for the respective country.
See the open issues for a list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE for more information.
Gregory Lowe LinkedIn
- Original Huge shout out to Adrian as he is the original creator of the project. I was able to take his layout with material-ui/chart.js and do a separate API pull that was not in the original since some of the old fetches no longer worked. This project gave me tons of confidence to build my upcoming project.