This is a COVID-19 dashboard which shows Global and Country-based statistics. This web application is created using React js, chart-js, Materials-UI, Axios and many other web-modules.
Check out this great API for COVID-19 data: https://covid19.mathdro.id/api
-
Install nodejs from here with npm (version: 6.14.5)
-
For development server deployment:
- run
npm i && npm start
- run
-
For production build deployment :
- run
npm install -g serve
(Once) - run
serve build
(For serving the build)
- run