Hi HN,<p>I couldn't find a richly interactive COVID-19 map anywhere that includes historical data, so I made my own. I used SvelteJS and deck.gl to create a fast and functional frontend. The dataset comes from USAFacts[1].<p>Source code can be found here: <a href="https://github.com/freedmand/covid19map" rel="nofollow">https://github.com/freedmand/covid19map</a><p>[1] <a href="https://usafacts.org/visualizations/coronavirus-covid-19-spread-map/" rel="nofollow">https://usafacts.org/visualizations/coronavirus-covid-19-spr...</a>
I get disappointed when cool stuff like this is made with <canvas> instead of <svg> because I want to look at the DOM, and understand how it was made, but I can't.<p>That being said, this is a great visualization.