Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.06 KB

COVID-19 Tracker

This is an interactive Corona Virus COVID-19 Tracker that presents data in the form of figures, map and charts. The data can be filtered to view new, recovered, fatal and critical cases and also the number of tests conducted for a given country or at the global level.

The tracker makes use of the following:

  • Component-based development
  • Asynchronous data fetching using async-await
  • Context API to maintain global accessibility of data
  • Material-UI with theming
  • Google Maps with customizations
  • CountUp library to apply count up transition to numbers
  • Number Format library to format numbers as text
  • Chart.js library for the ability to furnish data in an aesthetically pleasing manner

COVID-19 Tracker is available on Surge at this link


Repository created as part of Bootcamp 2020 online sessions