Loading repository data…
Loading repository data…
AyushAgnihotri2025 / repository
🧮 Provides simple and advanced mathematical functions in a beautifully designed UI.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
✍️ This will basically provide simple and advanced mathematical functions in a beautifully designed app.
Thanks goes to these wonderful people ❤️
Calculator provides simple and advanced mathematical functions in a beautifully designed app.
• Perform basic calculations such as addition, subtraction, multiplication, and division.
If you think that you can add a new feature or want to fix a bug, we invite you to contribute to Calculator and make this project better. To start contributing, follow the below instructions:
Create a folder at your desire location (usually at your desktop).
Open Git Bash Here
Create a Git repository.
Run command git init
Fork the project. Click on the icon in the top right to get started.
Clone your forked repository of project.
git clone https://github.com/<your_username>/Calculator.git
cd Calculator
git remote add upstream https://github.com/AyushAgnihotri2025/Calculator.git
git remote -v
git pull upstream main
git checkout -b <YOUR_BRANCH_NAME>
Perform your desired changes to the code base.
Check your changes.
git status
git diff
git add . <\files_that_you_made_changes>
git commit -m "Commit Message"
git push -u origin <your_branch_name>
To create a pull request, click on compare and pull requests.
Add an appropriate title and description to your PR explaining your changes.
Click on Create pull request.
Congratulations🎉, you have made a PR to the Calculator. Wait for your submission to be accepted and your PR to be merged by a maintainer.
(I am providing some Resource from where you can Learn)
contributing ideas..contributing guidelines.Copyright © 2023 Ayush Agnihotri
Calculator is a free software licensed under GPL v3.0
It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Being Open Source doesn't mean you can just make a copy of the app and upload it on playstore or sell
a closed source copy of the same.
Read the following carefully:
1. Any copy of a software under GPL must be under same license. So you can't upload the app on a closed source
app repository like PlayStore/AppStore without distributing the source code.
2. You can't sell any copied/modified version of the app under any "non-free" license.
You must provide the copy with the original software or with instructions on how to obtain original software,
should clearly state all changes, should clearly disclose full source code, should include same license
and all copyrights should be retained.
In simple words, You can ONLY use the source code of this app for `Open Source` Project under `GPL v3.0` or later
with all your source code CLEARLY DISCLOSED on any code hosting platform like GitHub, with clear INSTRUCTIONS on
how to obtain the original software, should clearly STATE ALL CHANGES made and should RETAIN all copyrights.
Use of this software under any "non-free" license is NOT permitted.
See the GNU General Public License for more details.
This project needs a star️ from you. Don't forget to leave a star✨ Follow my Github for content