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

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

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