Skip to content

yeremiaimanuel/csharp-calculator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 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


✨ 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:
    git clone https://github.com/yourusername/calculator-app.git
  2. Open the solution file (.sln) in Visual Studio.
  3. Build and run the project.

Releases

No releases published

Packages

No packages published

Languages