A basic calculator built using C# and Windows Forms in Visual Studio.
This project was created as a practice exercise to improve my C# and .NET skills.
Features
- Addition, Subtraction, Multiplication, Division
- Clear and Backspace options
- Simple user-friendly UI
Tech Stack
- Language: C#
- Framework: .NET
- IDE: Visual Studio
Screenshot
Future Improvements
- Add scientific functions (square root, power, sin, cos, etc.)
- Improve UI design
- Add keyboard input support