An open API service indexing awesome lists of open source software.

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

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.

![Calculator UI](https://github.com/user-attachments/assets/c5b370d5-40fa-49ad-a3a9-fd59c0ef6507)

---

## โœจ 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.