https://github.com/yeremiaimanuel/csharp-calculator-app
A simple yet functional calculator application built using C# Windows Forms
https://github.com/yeremiaimanuel/csharp-calculator-app
basic-calculator calculator csharp desktop-application dotnet gui-app learning-project math-operations simple-ui student-project visual-studio windows-forms winforms
Last synced: 24 days ago
JSON representation
A simple yet functional calculator application built using C# Windows Forms
- Host: GitHub
- URL: https://github.com/yeremiaimanuel/csharp-calculator-app
- Owner: yeremiaimanuel
- License: mit
- Created: 2025-06-18T10:50:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-18T11:53:24.000Z (12 months ago)
- Last Synced: 2025-10-26T20:43:35.763Z (7 months ago)
- Topics: basic-calculator, calculator, csharp, desktop-application, dotnet, gui-app, learning-project, math-operations, simple-ui, student-project, visual-studio, windows-forms, winforms
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐งฎ Calculator App
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.

---
## โจ Features
- 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
---
## ๐ง Tech Stack
- **Language:** C#
- **Framework:** .NET Framework (Windows Forms)
- **IDE:** Visual Studio
---
## ๐ Getting Started
1. Clone the repository:
```bash
git clone https://github.com/yourusername/calculator-app.git
2. Open the solution file (.sln) in Visual Studio.
3. Build and run the project.