/calculator

Simple Calculator using java swing

Primary LanguageJava

Simple Calculator using java swing

Simple Calculator using java swing

Requirements

  • Java version 8 or higher.
  • Below instuctions also assume that you have gradle installed on your system. If not, please follow the instructions here

How to Run the app

  1. Clone this repo and cd to dir
git clone https://github.com/mirzaevinom/calculator.git
cd calculator/
  1. Build the app
gradle build
  1. Run the app
gradle run