Overview
The CPU Scheduling Algorithms Simulator is a static web application that runs entirely in the browser. No backend server or database is required, making local deployment simple and straightforward.Requirements
The only requirement for local deployment is a modern web browser:- Google Chrome (recommended)
- Microsoft Edge
- Mozilla Firefox
- Safari
Local Setup
Open the application
Open the main HTML file in your web browser:Or simply navigate to the
Planificacion folder and double-click index.html.Why Local Deployment?
No Internet Required
Run the simulator completely offline once cloned
Instant Setup
No installation, compilation, or configuration needed
Zero Dependencies
Pure HTML, CSS, and JavaScript - no package managers
Full Privacy
All processing happens in your browser locally
File Structure
After cloning, you’ll find this structure:Planificacion/index.html file is the main entry point for the application.
Troubleshooting
Browser compatibility issues
Browser compatibility issues
If the application doesn’t load properly, ensure you’re using a modern browser version. Update your browser to the latest version if needed.
Styles not loading
Styles not loading
If styles appear broken, ensure all files were cloned correctly. The CSS files should be in the
Planificacion/css/ directory.JavaScript errors
JavaScript errors
Check your browser’s console (F12) for errors. Ensure JavaScript is enabled in your browser settings.
Since this is a static application, you can also use any local web server like Python’s
http.server or VS Code’s Live Server extension if you prefer.