Welcome to Calc Master, a calculator app developed for the Code Sangam Hackathon organized by MNNIT Allahabad. This Android app is designed to provide a user-friendly interface for performing basic calculations efficiently.
- User-Friendly Interface: Intuitive design for easy and quick calculations.
- Basic Arithmetic Operations: Addition, subtraction, multiplication, and division.
- Memory Functionality: Store and recall values for extended calculations.
- Scientific Calculator (Stretch Goal): Implement advanced operations for scientific calculations.
To get started with Calc Master, follow these steps:
-
Clone the Repository:
git clone https://github.com/Aditya-en/calcMaster.git
-
Open in Android Studio:
- Launch Android Studio Giraffe (version 2022.3.1 Patch 2).
- Choose "Open an existing Android Studio project" and select the cloned repository.
-
Build and Run:
- Build the project in Android Studio.
- Run the app on an emulator or a physical Android device.
If you'd like to contribute to Calc Master, follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch for your feature or bug fix.
- Make changes and commit them with descriptive commit messages.
- Push your changes to your fork on GitHub.
- Open a pull request to the
main
branch of the original repository.
If you encounter any issues or have suggestions, please open an issue on the Issues page.
- Special thanks to MNNIT Allahabad for organizing the Code Sangam Hackathon.
- Thanks to the Android Studio team for the development environment.
Happy coding!