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:

  1. A an individual county's situation (Data)

  2. The entire country's situation visually represented (Stats)

  3. An opportunity for correlation exploration between two county-level attributes (Explore)

I connected my data set with my framework and deployed the application on Heroku. Check out the application by clicking the image to the right or use the embedded version below.