A simple and intuitive calculator application built using .NET MAUI. This app supports basic arithmetic operations (+, -, *, /, %) and includes a history feature to track previous calculations.
- Basic Operations: Addition, subtraction, multiplication, division, and modulus.
- History Display: Shows a record of previous calculations.
- Clear Options:
- C: Clears the current input.
- AC: Clears all inputs, results, and history.
- Decimal Support: Allows decimal point input for precise calculations.
- Cross-Platform: Works on Windows and Android (other platforms can be added).
- .NET 9 SDK
- Visual Studio 2022 (with .NET MAUI workload installed)
- Android Emulator or physical device (for Android testing)
- Clone the repository:
git clone https://github.com/tpneto/simple-calc-MAUI.git cd calculator-maui