MiniCalci is a simple yet elegant calculator application built using Kotlin. It allows you to perform basic arithmetic operations with a user-friendly interface.
- Addition, Subtraction, Multiplication, and Division
- Intuitive and minimalistic design
- Easy-to-use number input
- Real-time calculation updates
To get a local copy up and running, follow these simple steps:
- Clone the repository
git clone https://github.com/yuvrajsinghgmx/MiniCalci.git
-
Open the project in Android Studio
-
Build and run the app
- Enter the first number in the provided field.
- Enter the second number in the next field.
- Choose the operation you want to perform (Addition, Subtraction, Multiplication, Division) by tapping the respective button.
- The result will be displayed instantly.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request