Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

mgeorgetw/COVID-19-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Dashboard

This is a personal project created to track the outbreak of COVID-19 pandemic in 2020. The project is an web app consisted of multiple tables and charts to help following up new cases worldwide. The app is created with create-react-app.

How to use the web app

Currently deployed on GitHub Pages: https://covid19.epublab.net

If you like, you can pull the project and run on your own machine. After the pull, go to the project folder and use Yarn to install dependencies by running:

yarn install

When that's done, run:

yarn dev

It will run the app in the development mode.
Open http://localhost:3001 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.