This repository contains a simple calculator app built using .NET MAUI. The purpose of this project is to explore the capabilities and flexibility of .NET MAUI as a cross-platform development framework. The app provides basic arithmetic operations and aims to demonstrate the ease of developing mobile applications using .NET MAUI.
Here are few screenshots showcasing the user interface and functionality of the calculator app:
Description: The main screen of the calculator app displaying the user interface on the android platform.
Description: The main screen of the calculator app displaying the user interface on the windows platform.
Before running the app, make sure you have the following prerequisites installed:
- Visual Studio
- .NET Core 7
- .NET MAUI
- Android SDK Platform 33
- Android 12.0 S
- Pixel 5 - API 33 (For Android Platform)
To get started with the calculator app, follow these steps:
-
Clone this repository to your local machine:
https://github.com/Hashim-Atiq/simpleCalculator-MAUI.git -
Open the solution file (SimpleCalculator.sln) in Visual Studio.
-
Select the desired target platform (Android, iOS, or Windows) and run the app from your IDE.
-
Build and Run the project.
The calculator app includes the following features:
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Real-time calculation updates: the result is updated as you enter or modify the operands and operators.
- Clear button: resets the input and result display.
Your feedback and contributions to this project are highly appreciated. If you encounter any issues, have suggestions for improvements, or would like to contribute enhancements, please feel free to open an issue or submit a pull request.
This project was developed as a practice project to explore the capabilities of .NET MAUI. Special thanks to the .NET MAUI development team and the open-source community for their excellent work and contributions to this framework.
This project was created by Hashim Atiq. Feel free to connect with me on LinkedIn for any questions or further discussions.
Happy calculating!