----Folder structure
flask_web
static
style.css (global background and font)
template
home.html, base.html
app.py (main file need to be structured)
covid_project.pptx
data_mapping.ipynb
----Language and environment: Python 3.6.8, visual studio code
----framework: flask, folium, pd
----Comments: For this project, my aim is to develop a website which can visualize the covid data on map. Also, this web will show up the top 15 case-confirmed countries.
----Screenshot:
----future work:
add a dynamic page with updated dataset.
add a database to store the data.
----citation:
data source: https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_daily_reports/12-29-2020.csv
