https://github.com/aadhil2k4/process_scheduling_calculator
This is an online calculator built using ReactJs and Bootstrap CSS for calculating the waiting time, turnaround time and generate Gantt charts for different process scheduling algorithms
https://github.com/aadhil2k4/process_scheduling_calculator
calculator-app operating-system process-scheduling reactjs
Last synced: 16 days ago
JSON representation
This is an online calculator built using ReactJs and Bootstrap CSS for calculating the waiting time, turnaround time and generate Gantt charts for different process scheduling algorithms
- Host: GitHub
- URL: https://github.com/aadhil2k4/process_scheduling_calculator
- Owner: aadhil2k4
- Created: 2024-04-15T10:10:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T12:28:02.000Z (4 months ago)
- Last Synced: 2025-03-23T17:45:44.823Z (about 1 month ago)
- Topics: calculator-app, operating-system, process-scheduling, reactjs
- Language: JavaScript
- Homepage: https://aadhil2k4.github.io/Process_Scheduling_Calculator/
- Size: 2.03 MB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Process Scheduling Calculator
The Process Scheduling Calculator is a web-based application designed to assist in understanding and analyzing various process scheduling algorithms. Built using ReactJS and Bootstrap CSS, this interactive tool calculates waiting time, turnaround time, and generates Gantt charts for multiple scheduling algorithms, making it an invaluable resource for students and professionals in operating systems or computer science.
## Demo
https://github.com/user-attachments/assets/7a91e649-922f-457c-bb60-1d5f82a44870
## Features
**Support for Popular Scheduling Algorithms:**
First-Come, First-Served (FCFS)
Shortest Job Next (SJN) / Shortest Job First (SJF)
Priority Scheduling
Round Robin (RR)
Multilevel Queue Scheduling
**Detailed Outputs:**Calculation of waiting time and turnaround time for each process.
Gantt chart visualization for clear and concise representation of process execution order.**Interactive and User-Friendly:**
Intuitive user interface designed with Bootstrap CSS.
Fully responsive design for seamless use across devices.**Dynamic Input:**
Input fields for process IDs, arrival times, burst times, priorities, and quantum (where applicable).
Real-time calculations and outputs.## Tech Stack
**ReactJS:** For building the dynamic and responsive user interface.
**Bootstrap CSS:** For styling and ensuring a sleek, device-friendly design.
**JavaScript:** For handling algorithm logic and data manipulation.
## How To Use?
1. Input the number of processes and their respective details (e.g., arrival time, burst time, priority).
2. Select the desired scheduling algorithm.
3. View the calculated waiting times, turnaround times, and the generated Gantt chart.
4. Modify inputs or algorithms as needed to observe different scheduling outcomes.