A lot of people aren't aware of how bad exponential growth of pandemics are, so I built this simple web app to help visualise how small actions can drastically affect the outbreak. Find out how dangerous the exponential growth of COVID-19 can be. https://howbadiscorona.netlify.app/
- Contribute to the code Check the next section for technical details of the project.
- Monetary Donation
- Emotional Support: Tell me you liked this!
- HTML5
- CSS3, blocks.css
- JavaScript, React.js
- Clone the repository locally.
- Navigate to the directory.
cd How-Bad-Is-Corona. - Run
npm installto install dependencies. - Run
npm run startto start the development server. - Run
npm run testto test. - Run
npm run buildto create a optimized production build.