Skip to content

Brhylle/CpuSchedulingCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU Scheduling Calculator

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

Features

  • 📊 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

Technologies Used

  • HTML5, CSS3
  • JavaScript
  • React.js
  • TailwindCSS

How to Use

  1. Visit the live site or clone the repository:
    git clone https://github.com/your-username/cpu-scheduling-calculator.git
    cd cpu-scheduling-calculator
    
  2. Install dependencies:
    npm install
    
  3. Run the app locally:
    npm run dev
    
  4. Open your browser and go to http://localhost:3000.

Screenshots

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

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.

About

a collaboration project of Team ChuuPurple Sr. for solving at least 3 CPU Algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published