Skip to content

A standard calculator in C#. Please check out its logic, I realllyyyy love that part😃👍. Enjoy

License

Notifications You must be signed in to change notification settings

VictorCodebase/Calculator-for-Desktop

Repository files navigation

Calculator

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.

Features

  • 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.

Requirements

  • .NET Framework: The calculator is built using the Windows Forms framework, which requires the .NET Framework to be installed on the target machine.

Getting Started

  1. Clone the repository:

    git clone https://github.com/VictorCodebase/Calculator-for-desktop.git
  2. Open the project in Visual Studio or your preferred C# IDE.

  3. Build the project to ensure all dependencies are resolved.

  4. Run the application to launch the calculator.

Usage

  • 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.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

ks to the C# programming community for their valuable resources and tutorials that helped in the development of this calculator.

Contact

For any inquiries or questions, please contact [email protected].

##Screen shots

#1!

Screenshot 2023-06-07 133208

#2

Screenshot 2023-06-07 133633

About

A standard calculator in C#. Please check out its logic, I realllyyyy love that part😃👍. Enjoy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published