https://github.com/midudev/covid-19-spread-simulator
COVID-19 (Coronavirus) Spread Simulator 🦠
https://github.com/midudev/covid-19-spread-simulator
Last synced: 9 months ago
JSON representation
COVID-19 (Coronavirus) Spread Simulator 🦠
- Host: GitHub
- URL: https://github.com/midudev/covid-19-spread-simulator
- Owner: midudev
- License: isc
- Created: 2020-03-15T21:54:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T15:59:33.000Z (over 3 years ago)
- Last Synced: 2025-08-15T12:04:11.904Z (11 months ago)
- Language: JavaScript
- Homepage: https://corona-virus-spread-simulator.midudev.now.sh/
- Size: 291 KB
- Stars: 137
- Watchers: 6
- Forks: 51
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COVID-19 (Coronavirus) spread simulator 🦠
Check simulations about how confinement people could help to stop spreading Coronavirus.
[Based on Washington Post Article: Why outbreaks like coronavirus spread exponentially, and how to “flatten the curve” - Washington Post](https://www.washingtonpost.com/graphics/2020/world/corona-simulator/)
## How to start
Install all the project dependencies with:
```
npm install
```
And start the development server with:
```
npm run dev
```
## Browser support
This project is using EcmaScript Modules, therefore, only browsers with this compatibility will work. (Sorry Internet Explorer 11 and old Edge users).
## Next content
- Customize strategies (number of static people and mortality)
- Customize colors
- Iframe support
- I18N
- New strategies
- Improve the code so I don't get so ashamed. 😳