HouariZegai / ATMSimulator

Used the notion of threads and parallelism to make a ATM Simulator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATM Simulator

Used the notion of threads and parallelism to make a basic ATM Simulator.

License MIT

Screenshoot

ATM Simulator
Calculator - screenshoots

Goal of Project 💡

Get knowledge how to use threads in java and how to manage threads by using semaphores and different kind of mutual exclusion to protect critical sections

Requirements 🔧

  • Java version 8 or higher.

Installation 🔌

  1. Press the Fork button (top right the page) to save copy of this project on your account.

  2. Download the repository files (project) from the download section or clone this project by typing in the bash the following command:

    git clone https://github.com/HouariZegai/ATMSimulator.git
    
  3. Imported it in Intellij IDEA.

  4. Run the application :D

Contributing

If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you.

About

Used the notion of threads and parallelism to make a ATM Simulator.

License:MIT License


Languages

Language:Java 97.9%Language:CSS 2.1%