Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 662 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 662 Bytes

Corona Tracker

View Demo at https://pf-project-corona-tracker.vercel.app/

Tracks the number of Active, Recovered, and Fatal cases of the H1N1 CoronaVirus

Project was initially a GP from JavaScript Mastery on Youtube

Changes Made:

- Refactored to use 100% Functional Components with Hooks
- Refactored to use makeStyles API from Materal-UI

Data Courtesy of covid19.mathdro.id

ToDo:

[ ] Need to fix responsiveness on some of the elements

[ ] Small styling changes

[ ] Refactor all components to read makeStyles definitions from external file(s?) to clean up component

[x] Remove references to old CSS files (no longer used)

[x] Deploy