Its a web application which shows the current number of active cases, recovered and deaths in India as well in each Indian state.
You can access the live application here.
Directions to run on local server:
-
Install all the dependencies using command:
npm install
-
Build the project using command:
npm run build
-
Run it on the local server using command:
npm run start
-
In a seperate terminal, run following command to start mock server:
json-server -d 1000 -w db.json
-
Access the PWA using the following link: http://localhost:8080/