Website made-up of reactJS which displays covid19 count over India and state wise data. Donut graph is used to dispaly data using D3.js
- React JS
- D3 JS
- State Data - This gives the State data along with other test details.
- District Data - This gives District wise data of all States.
- State Wise Data
- District wise State Data
- These are updated on 13th of September 2020 - 19:18
Run below command to install necessary node_modules
npm install
After successful installation of node_modules run below command
npm run start
By default project will open in http://localhost:3000/. Open it any browser to see it.