This is a simple calculator project created for fun and to gain more experience with C# programming language. The calculator utilizes XAML for the frontend design and the Windows Forms framework for the user interface.
- Basic arithmetic operations: Addition, subtraction, multiplication, and division.
- Clear button: Clears the calculator display and resets the calculation.
- Error handling: Displays an error message if an invalid operation or input is entered.
- .NET Framework: The calculator is built using the Windows Forms framework, which requires the .NET Framework to be installed on the target machine.
-
Clone the repository:
git clone https://github.com/VictorCodebase/Calculator-for-desktop.git
-
Open the project in Visual Studio or your preferred C# IDE.
-
Build the project to ensure all dependencies are resolved.
-
Run the application to launch the calculator.
- Enter numbers using the number pad.
- Select the desired operation (addition, subtraction, multiplication, or division) using the corresponding buttons.
- Click the "Equals" button to perform the calculation.
- The result will be displayed in the calculator window.
- Use the "Clear" button to reset the calculator and start a new calculation.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
ks to the C# programming community for their valuable resources and tutorials that helped in the development of this calculator.
For any inquiries or questions, please contact [email protected].
##Screen shots