A beautiful and responsive calculator built using .NET MAUI. Supports cross-platform deployment on Android, iOS, Windows, and Mac.
- 🧠 Basic operations:
+ − × ÷ % - 🎨 Modern UI with touch-friendly layout
- ☁️ Cross-platform support
- 💾 Memory-safe calculations
- 🧹 Clear & Backspace functionality
- 🎯 Color-coded operators for clarity
- Visual Studio 2022+ with .NET MAUI workload
- .NET 8 SDK or later
git clone https://github.com/your-username/MauiCalculator.git
cd MauiCalculator
dotnet build
dotnet run