A popup extension to see Coronavirus infected patients around the globe. Currently, you can check all countries, Indian states and US states data.
- Using React
^16.13.1
- Using Webpack 4 and react-scripts for compiling and bundling both popup and background script code.
- Web-ext for linting firefox plugin
- Using Yarn for package management
- Node version -
12.14.0
and Yarn version -1.19.1
- Firefox Directory (/firefox): It contains all files for Firefox plugin
- Chrome Directory (/chrome): It contains all files for Chrome plugin
- Static Directory (/public): It contains common static files used in Chrome and Firefox plugins.
- Src directory (/src): It contains all files related to React for popup script and background script (background.js)
In order to use below build processes, you must have Yarn and Node installed on your machine.
Use command yarn
to install React and other essential packages to build
- Development Build :
yarn start
- Production Build:
yarn run build-chrome
(Chrome) &yarn run build-firefox
(Firefox)
- React Framework
- Material UI for React
- "Lato" font by Google fonts
- Add trend graph
- Add Indian district data
- Add Other countries' states data
You can add your feedback, suggestions, feature request at here.