An open API service indexing awesome lists of open source software.

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

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.