Skip to content

tpneto/simple-calc-MAUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator .NET MAUI

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.

Features

  • 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).

Getting Started

Prerequisites

  • .NET 9 SDK
  • Visual Studio 2022 (with .NET MAUI workload installed)
  • Android Emulator or physical device (for Android testing)

Installation

  1. Clone the repository:
    git clone https://github.com/tpneto/simple-calc-MAUI.git
    cd calculator-maui

About

Simple Calculator .NET MAUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors