/epidemic-simulation

Web-based interactive simulation of epidemics

Primary LanguageJavaScript

Epidemic Simulation

This is a web-based interactive simulation that visualises the impact of various environmental factors and human behaviour on the spread of epidemics.

demo.mp4

Deployment:

  1. Navigate to the simulation app directory
    cd simulator-app
    
  2. Install and use the correct version of Node using NVM
    nvm install
    
  3. Install all dependencies required
    npm install
    
  4. Start the development server
    npm start
    

Resources: