The Retro Calculator App is a delightful homage to the vintage calculators of yesteryears, seamlessly blending classic design with powerful modern functionalities. With a visually appealing user interface reminiscent of retro calculators, this app brings a touch of old-world charm to the digital age.
- Classic Design: Immerse yourself in the retro vibe with a beautifully crafted user interface that mirrors the look and feel of vintage calculators.
- Advanced Functions: Perform basic arithmetic operations effortlessly and utilize advanced features such as memory functions (M+, M-, MC, MR, MS), percentage calculations (%), and square root calculations.
- Intuitive User Experience: Experience smooth and intuitive navigation, making mathematical tasks a breeze for users of all levels.
- Clone the Repository: Start by cloning the repository to your local machine using the command
git clone [repo-link]
. - Open in Android Studio: Launch the project in Android Studio, your go-to IDE for Android app development.
- Emulator or Physical Device: Run the app on an emulator or a physical Android device to experience its functionalities firsthand.
- Enjoy Calculating: Dive into the world of retro-inspired calculations and enjoy the simplicity of the interface while handling your mathematical tasks.
We welcome contributions from developers of all levels! Whether you're fixing a bug, improving the documentation, or adding new features, your help is invaluable.
- Fork the Repository: Click on the 'Fork' button on the top right corner of this page.
- Clone Your Fork: Clone the repository to your local machine with
git clone [your-fork-url]
. - Create a New Branch: Switch to a new branch for your contribution with
git checkout -b feature/new-feature
. - Make Changes: Make your desired changes and improvements within the codebase.
- Commit Changes: Commit your changes with a descriptive commit message
git commit -m 'Add new feature: your-feature-name'
. - Push Changes: Push your changes to your forked repository with
git push origin feature/new-feature
. - Create a Pull Request: Go back to this repository on GitHub and click on the 'New Pull Request' button. Describe your changes and submit the pull request.