jhtkoo0426 / epidemic-simulation

Web-based interactive simulation of epidemics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Web-based interactive simulation of epidemics


Languages

Language:JavaScript 73.6%Language:SCSS 12.4%Language:HTML 11.5%Language:CSS 2.4%