Skip to content

jay-gleeson/calculator-app-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub License Java

Java Calculator App 🧮

Calculator app built in Java.

Background ℹ️

Developed during an 8-week summer session Java Programming Course as a fun side-project to distract from assignments. Utilizes common implementations of Java libraries like frames, drawing, and button listening. Code written to be easily understandable and efficient for future use. All simple computations are allowed; addition, subtraction, multiplication, division, and exponentiation. Multiple operations can be performed, app allows negative values, as well as decimal values. Takes significant inspiration from Bro Code.

Tools 🛠️

This project utilizes various tools and libraries, like the following:

Instructions 📝

  1. Clone the repo
   git clone https://github.com/jay-gleeson/java-app-calculator.git
   cd java-app-calculator
  1. Compile
   javac -d out src/Calculator.java
  1. Run
   java -cp out Calculator

Calculator App 🗨️

App image

Future Work ❤️‍🩹

  • Implement Order of Operations: Include PEMDAS and perform operations in the order of operations.
  • Smart Error Handling: Handle division by zero, and missing second number or operator.
  • Add more Algebraic Expressions: Include log, ln, e, pi, fractions, etc..

License 🧾

This project is licensed under the MIT License.

About

🧮 Calculator app created in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages