Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.14 KB

This project was bootstrapped with Create React App.

Covid-19-timeline

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

I used

  • typescript
  • react
  • d3

I get my data from

What I want to do next

  • 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 did this because