/CalculatorApp

Basic calculator app using winforms and C#

Primary LanguageC#

Calculator App

Just a fun little project created on a free night because who hasn't made one at least once 😂

calcapp-demo

Usage

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

Version 1

  • 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