Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 650 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 650 Bytes

COVID TRACKER

This is a COVID-19 tracker dashboard app with data visualization with respect to countries.

Infected , Recovered and Deaths by COVID are displayed.

Built using React with the addition of Charts.js, Material UI, and many different modules

API credits : https://covid19.mathdro.id/api

This site is live at https://sabarish98.github.io/covid-tracker-app/

This project was bootstrapped with Create React App.

To run the app locally, Node Package Manager (NPM) and Node.js is necessary.

  1. Clone the repo - git clone
  2. Move into the project directory
  3. Run npm i && npm start