https://github.com/andrewsy1004/algoritmo-srtf
This project implements the Shortest Remaining Time First (SRTF) process scheduling algorithm
https://github.com/andrewsy1004/algoritmo-srtf
javascript react tailwindcss
Last synced: about 2 months ago
JSON representation
This project implements the Shortest Remaining Time First (SRTF) process scheduling algorithm
- Host: GitHub
- URL: https://github.com/andrewsy1004/algoritmo-srtf
- Owner: Andrewsy1004
- Created: 2024-09-14T21:41:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T17:45:23.000Z (8 months ago)
- Last Synced: 2025-02-01T00:32:58.559Z (4 months ago)
- Topics: javascript, react, tailwindcss
- Language: JavaScript
- Homepage: https://algoritmo-srtf.vercel.app
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ SRTF Algorithm
This project implements the **Shortest Remaining Time First (SRTF)** process scheduling algorithm, developed using React and Vite, with HMR (Hot Module Replacement) capabilities and configured with some ESLint rules.
## ๐ ๏ธ Technologies Used
- โ๏ธ **React**: JavaScript library for building user interfaces.
- โก **Vite**: Fast JavaScript build tool with support for HMR.## ๐ Features
- โ Implementation of the SRTF algorithm for process scheduling.
- ๐ Hot Module Replacement (HMR) for faster development.
- ๐งน ESLint configured with basic rules to maintain clean code.
- ๐ Visual representation of process scheduling for better understanding.
- โ๏ธ Fully customizable through configuration files.
- ๐ป Cross-browser compatibility ensuring consistent behavior across major browsers.
- ๐ Optimized performance for both development and production builds.## ๐ฆ Installation
1. Clone the repository:
```bash
git clone https://github.com/Andrewsy1004/Algoritmo-SRTF.git
cd Algoritmo-SRTF
npm install
npm run dev