Skip to content

ahmedstahir/bootcamp2020-covid-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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