COVID19 Data Visualization Dashboard
COVID-19 Dashboard: visualize the COVID-19 cases according to the state, county.
virtualenv venv
\venv\scripts\activate
bash
python3 -m virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 app.py
Python version collects data directly from Johns Hopkins CSSE (https://github.com/CSSEGISandData/COVID-19) and preprocess the data for this app.
React version use the data from https://github.com/lit26/COVID19_Data. Which is a repo which auto fetching data from Johns Hopkins CSSE and HealthData.gov and process with scripts. The data will update daily at 0:00 Pacific Time.
Both apps display similarly.
Data Source: Johns Hopkins CSSE (https://github.com/CSSEGISandData/COVID-19)
lit26/COVID19_Data (https://github.com/lit26/COVID19_Data)
Dash Documentation: https://plotly.com/
Email: ltianningli@gmail.com