GithubHelp home page GithubHelp logo

smit3949 / cpu-scheduling-app-react-native Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vivek9patel/cpu-scheduling-app-react-native

1.0 0.0 0.0 2.24 MB

React Native Application to visualize the CPU Scheduling with different Processes and Animations. Install the App on your mobile devices from the below link:

Home Page: https://cpuscheduling-app.web.app/cpu_scheduling_app.apk

JavaScript 100.00%

cpu-scheduling-app-react-native's Introduction

Logo

CPU Scheduling APP - Operating System

React Native Application to visualize the CPU Scheduling with different Algorithms and Animations.
Explore the docs »

View Demo · Report Bug · Request Feature · Install App

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Contact

About The Project

Algorithms

  • FCFS Algorithm
  • SJF Algorithm
  • SRTF Algorithm
  • Round Robin Algorithm
  • LJF Algorithm
  • LRTF Algorithm
  • Priority Scheduling (Preemptive)
  • Priority Scheduling (Non-Preemptive)

Features

  • 8 CPU Scheduling Algorithms
  • Each algorithm with IO Burst
  • Gannt chart
  • Animation of what happens in CPU and Waiting Queue
  • History Tab to store previously input data
  • Haptic feedbacks

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Install latest npm version on your system.

  • npm

    npm install npm@latest -g

    Check the version by running this command.

  • npm version

    npm -v

    I used expo-cli for this project,if you want to build the project with expo install expo-cli on your system

  • expo cli

    npm install --global expo-cli

If installation gives you error like this,

  •     npm ERR! code EACCES
        npm ERR! syscall access
        npm ERR! path /usr/local/lib/node_modules/expo-cli
        npm ERR! errno -13
        npm ERR! Error: EACCES: permission denied,...
    You have to give root permission ,like for linux:
  •   sudo npm install --global expo-cli

Installation

  1. Clone the repo
    git clone https://github.com/vivek9patel/CPU-Scheduling-APP-React-Native.git
  2. Install Expo packages
    npm install expo
  • Now your project folder should look like this :
        └── CPU-Scheduling-APP-React-Native-master
        ├── App.js
        ├── app.json
        ├── assets
        ├── babel.config.js
        ├── models
        ├── node_modules
        ├── package.json
        ├── package-lock.json
        ├── README.md
        ├── routes
        └── screens

Usage

  • You can run this project by starting the metro server

    npm start

    or

    expo start
  • If you are using expo , you can debug the project by installing expo app on your mobile devices & scanning the QR code.

  • You can also debug the application by running the emulators on your systems.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Added some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

cpu-scheduling-app-react-native's People

Contributors

smit3949 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.