Skip to content

Latest commit

 

History

History
80 lines (68 loc) · 2.17 KB

README.md

File metadata and controls

80 lines (68 loc) · 2.17 KB

CovidMap

GitHub Workflow Status (with event) GitHub License

CovidMap is a dashboard used to track metrics related to the COVID-10 pandemic.

Usage

CovidMap is a static SPA using React and Vite. To deploy a copy, clone the repository and enter the following commands:

npm i
npm build

The built files will be located in dist/.

Attribution

CovidMap was created by Allan Cortes, Raquel Cruz, Jose Gonzalez, and Ethan Lew for CPSC 349 at CSUF.

Data is sourced from the NYT (via disease.sh) and Covid Act Now

Open Source

The following open-source production dependencies are used:

{
  "@blueprintjs/[email protected]": {
    "licenses": "Apache-2.0",
    "repository": "https://github.com/palantir/blueprint"
  },
  "[email protected]": {
    "licenses": "MIT",
    "repository": "https://github.com/simoneb/axios-hooks"
  },
  "[email protected]": {
    "licenses": "MIT",
    "repository": "https://github.com/axios/axios"
  },
  "[email protected]": {
    "licenses": "MIT",
    "repository": "https://github.com/chartjs/Chart.js"
  },
  "[email protected]": {
    "licenses": "MIT",
    "repository": "https://github.com/caseycesari/geojson.js"
  },
  "[email protected]": {
    "licenses": "MIT",
    "repository": "https://github.com/Leaflet/Leaflet.markercluster"
  },
  "[email protected]": {
    "licenses": "BSD-2-Clause",
    "repository": "https://github.com/Leaflet/Leaflet"
  },
  "[email protected]": {
    "licenses": "MIT",
    "repository": "https://github.com/sindresorhus/modern-normalize"
  },
  "[email protected]": {
    "licenses": "MIT",
    "repository": "https://github.com/reactchartjs/react-chartjs-2"
  },
  "[email protected]": {
    "licenses": "MIT",
    "repository": "https://github.com/facebook/react"
  },
  "[email protected]": {
    "licenses": "Hippocratic-2.1",
    "repository": "https://github.com/PaulLeCam/react-leaflet"
  },
  "[email protected]": {
    "licenses": "MIT",
    "repository": "https://github.com/facebook/react"
  }
}