Just a fun little project created on a free night because who hasn't made one at least once 😂
Clone the repo: https://github.com/gitmotion/CalculatorApp.git
- Open the solution file in visual studio
- run the app
Download the executable:
https://github.com/gitmotion/CalculatorApp/releases/tag/Executable
- Basic Addition, Subtraction, Multiplication, Division functionality
- Button Functionality
- ESC key clears the input
- Hitting Enter key after typing in input executes calculation
- For the moment only accepts 2 values and an operator
