GitXplorerGitXplorer
Y

covid-19-timeline

public
1 stars
0 forks
19 issues

Commits

List of commits on branch master.
Verified
3925515e9f3b2ec863211a94e7a9c0711d941dfb

Merge pull request #2 from YuanboXue-Amber/dependabot/npm_and_yarn/react-dev-utils-11.0.4

YYuanboXue-Amber committed 4 years ago
Verified
1d306e764b30627825e6728d54260285a4b00eba

Bump react-dev-utils from 11.0.1 to 11.0.4

ddependabot[bot] committed 4 years ago
Verified
9be85149b44a7727bd87363bded20ee716998e2b

Merge pull request #1 from YuanboXue-Amber/dependabot/npm_and_yarn/elliptic-6.5.4

YYuanboXue-Amber committed 4 years ago
Verified
e0011bb5788a8572245b4e5c6584619b79d46a74

Bump elliptic from 6.5.3 to 6.5.4

ddependabot[bot] committed 4 years ago
Unverified
55ed0fa3349e184b70829089f5c75933dcd76d33

upgrade cra

YYuanboXue-Amber committed 4 years ago
Unverified
54055bd2798a4b453885944bf14a8234a2eed2c4

fix ts err

YYuanboXue-Amber committed 4 years ago

README

The README file for this repository.

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