This is an online simulator for general operating system process schedling algorithms. For a live running version of the app, click here
To run locally:
git clone https://github.com/cmonteiro128/process-scheduling-simulator.git
cd process-scheduling-simulator
yarn install
yarn start
This project was bootstrapped using Preact CLI.