A simple yet functional calculator application built using C# Windows Forms.
This project showcases basic UI event handling and math operations in a desktop environment — perfect for beginners learning Windows Forms in Visual Studio.
- Basic arithmetic operations:
+,-,×,÷ - Decimal input and floating-point calculations
- Percentage (
%) and positive/negative toggle (+/-) - Clear screen (
AC) and calculation history display - Simple and intuitive user interface using custom-styled buttons
- Language: C#
- Framework: .NET Framework (Windows Forms)
- IDE: Visual Studio
- Clone the repository:
git clone https://github.com/yourusername/calculator-app.git
- Open the solution file (.sln) in Visual Studio.
- Build and run the project.
