Skip to content

MillennialPirate/COVID-19-Tracker

Repository files navigation

COVID-19 Dashboard and Tracker

About the project

Website bringing all the COVID-19 related information from global stats to vaccination data (for Indian citizens) in one place. To use the app you just need to visit the link https://covid-19-cases-vaccine-tracker.web.app/ .

Screenshots

  1. Statewise data
  2. Dashboard
  3. Contribute

    Start by cloning the repo, cd into the directory and then running

    npm install
    npm start
    (Open another terminal)
    cd backend 
    npm install 
    npm start
    

    Techstack used

    • React.JS
    • Node.JS
    • Rest-API

    Resources used