Skip to content

hulyak/covid19-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid19 Tracker App with React

Features

  • Track live data of Covid 19 cases, deaths and recovered. Users can see the total cases by country from the table, also see every day cases from the info boxes and map.
  • Chart shows the cases/deaths/recovered information for 120 days worldwide.
  • Map focuses on individual country when a user chooses a country from the dropdown list. Also, info boxes for cases, deaths and recovered updates only for that country. User can click on the country on the map, can see the popup information for that country.
  • Color and chart change when user clicks on cases, recovered, and deaths.
  • Disease.sh for Covid19 data
  • Leaflet api for maps
  • CHART JS for making the chart interactive
  • Styling with Material UI
  • Netlify hosting

Running the Project

  • Make sure Node installed.
/* install dependencies  */
npm install

/* run the project */
npm start