Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.29 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.29 KB

Covid Dashboard📊

This is a React based dashboard to showcase live worldwide and country-specific COVID-19 infected cases.

Deployed here: Go to Firebase🔥

  • (Reload once if leaflet map doesn't load on your device)

Fetching real-time data from https://disease.sh/


Libraries used / package installed:

  • A React UI library for setting up Card and other interface elements.
    `npm install @mui/material`
    
  • For setting up Leaflet map component
    `npm install react react-dom leaflet`
    

Run the project locally:

Make sure you have node.js and npm installed on your PC.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.