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 install
to install dependencies. - Run
npm run start
to start the development server. - Run
npm run test
to test. - Run
npm run build
to create a optimized production build.