This project was bootstrapped with Create React App.
An application that shows how new coronavirus spread across the world over time.
Try it out on my github page
-
Show how it spread over time
-
Click and select countries with total cases that fall in certain range
-
Drag the slider to view the situation in a specific day
- typescript
- react
- d3
- Topojson to create the map: https://cdn.jsdelivr.net/npm/world-atlas@2/countries-50m.json
- Covid-19 total cases per country: https://covid.ourworldindata.org/data/ecdc/total_cases.csv
- Click and pin the map to center
- Add a new tab for different map, for example
- map about total death
- a different type of map instead of choropleth map
- bar chart showing death rate per country
- I'm following Curran Kelleher's awesome D3 tutorial, and wanting to get some practice.