Tracking COVID19
4/09/20
In light of the recent pandemic (and partially as a result of being laid off recently, due to said pandemic), I recently took it upon myself to build a reporting service of sorts for the COVID-19 pandemic. After all, gotta have something to work on during quarantine. The project consisted of the following core steps: 1) Find a REST API with comprehenisve and reliable data, 2) Clean the data, and calculate aggregates, 3) Render the data into HTML templates, 4) Deploy the client to a production environment.