Live County-Level COVID-19 Web Application
Over the past year, I compiled county-level data on COVID-19 and demographics (learn more here). I then sought to share the data by making quick information on a county's infection risk, mandates, and vaccination status easily accessible.
In order to begin building the web application, I learned a web framework called Flask, which uses a Python backend and an HTML frontend. I created multiple pages, each with its own purpose:
A an individual county's situation (Data)
The entire country's situation visually represented (Stats)
An opportunity for correlation exploration between two county-level attributes (Explore)