Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhtkoo0426/epidemic-simulation
Web-based interactive simulation of epidemics
https://github.com/jhtkoo0426/epidemic-simulation
Last synced: about 8 hours ago
JSON representation
Web-based interactive simulation of epidemics
- Host: GitHub
- URL: https://github.com/jhtkoo0426/epidemic-simulation
- Owner: jhtkoo0426
- Created: 2023-05-21T18:32:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-01T17:51:58.000Z (over 1 year ago)
- Last Synced: 2024-11-09T15:12:02.348Z (about 2 months ago)
- Language: JavaScript
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readME.md
Awesome Lists containing this project
README
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.
https://github.com/jhtkoo0426/Epidemic-Simulation/assets/52330996/530333a9-103c-4bc7-9f77-68d7475886e2
### 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:
- 3Blue1Brown - Simulating an epidemic: https://www.youtube.com/watch?v=gxAaO2rsdIs