A web application that tracks and visualizes the spread of the virus over time in the world and USA.
- Node.js / Express.js
- React.js with React Hooks
- react-simple-maps and d3-scale
- styled-components
Comes from Johns Hopkins University CSSE Github
Check out the LIVE DEMO
Clone and go into cloned directory
$ git clone https://github.com/Nukki/coronavirus_tracker.git
$ cd coronavirus_tracker
Install dependencies and run
$ npm install
$ npm start