A simple, interactive web-based tool to simulate and visualize CPU scheduling algorithms including FCFS, SJF, and Priority Scheduling. Built with a user-friendly interface to help students and enthusiasts better understand how different scheduling techniques work.
🌐 Live Demo: chuupurplesrcpuschedulingcalc.vercel.app
- 📊 Visual Gantt Chart output
- ⏱️ Calculates Average Waiting Time and Turnaround Time
- 🧠 Supports:
- First-Come, First-Served (FCFS)
- Shortest Job First (SJF)
- Priority Scheduling
- 🎨 Clean UI for a better learning experience
- HTML5, CSS3
- JavaScript
- React.js
- TailwindCSS
- Visit the live site or clone the repository:
git clone https://github.com/your-username/cpu-scheduling-calculator.git cd cpu-scheduling-calculator - Install dependencies:
npm install
- Run the app locally:
npm run dev
- Open your browser and go to
http://localhost:3000.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.
Let me know if you want me to generate placeholder screenshots or fill in your actual GitHub repo link.