ruben-david-roy / Calculator

A Windows Forms App (.NET Framework) Calculator built with C# in Visual Studio 2022

Repository from Github https://github.comruben-david-roy/CalculatorRepository from Github https://github.comruben-david-roy/Calculator

πŸ–© Calculator

A basic and user-friendly calculator built with C# in Visual Studio 2022, using Windows Forms on the .NET Framework.


🌟 Features

  • Basic arithmetic operations: addition, subtraction, multiplication, division.
  • Memory functions: M+, M-, MC, MR.
  • Comprehensive error handling: avoids crashes due to invalid operations.
  • Clean and intuitive user interface.

πŸ“¦ Download

You can download the latest executable of the Calculator from the releases page.

πŸš€ Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/DarkTwentyFive/Calculator.git
  2. Open the .sln file in Visual Studio 2022.

  3. Press F5 to build and run the application.

πŸ› οΈ Development

If you wish to tweak the application:

Make sure you have the latest version of the .NET Framework SDK. Navigate to the desired form or class within the solution explorer. Implement your changes and debug using the built-in debugger in Visual Studio.

πŸ“ License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A Windows Forms App (.NET Framework) Calculator built with C# in Visual Studio 2022

License:MIT License


Languages

Language:C# 100.0%