This project is a simple web application to simulate COVID spread in a designated population. To simulate how the spread of COVID can be controlled, the following parameters are defined and can be adjusted:
- Population size
- Activity frame constraint
- Vaccinated percentage
- Vaccination successful rate
- Masked percentage
- Masked successful rate
- Quarantine
- Incubation period of COVID
Here is the snapshot of how the simulation looks like:

In the default setting, the particles move freely within the frame. The simulation will automatically stop when the population is fully infected.
To run the simulation, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.