React web app for tracking confirmed cases, recoveries, and deaths associated with Covid-19 globally and across the US
- Mathdroid: global data (confirmed cases, recoveries, and deaths)
- The COVID Tracking Project: US state data (positive and negative tests, deaths)
- ReactJS (Hooks, Router, Context)
- React Router
- React Simple Maps
- React CountUp
- React Tooltip
- Bootstrapped with create-react-app
- Theme context for light/dark mode and loading component adapted from Tyler McGinnis' React courses
- Font & Styles from Creative Tim's Paper Kit 2 (free Bootstrap UI Kit)
$ git clone https://github.com/jenross/covid-19_tracker.git
$ cd covid-19_tracker
$ yarn install
$ yarn start
Open http://localhost:3000 in your browser