Create your own calculator
⚠️ Firstly, be willing to learn and/or teach. This project is not a PR farm for hacktoberfest.
Star ✨ this project 👀🫶
Go to issues and create a new. Add the name of your calculator in title and comment a short purpose of your calculator.
Example:
title:
Screw calculator
comment:
convert weight to units
Fork this project
Create a folder in [root]/calculators with the name of your calculator using the Kebab case convention.
Example:
mkdir example-calculator
>[root]/calculators/example-calculator
index.html
file with your calculator.<br>
in the end.
Example:
<a href="https://github.com/RuanAragao/calculator/blob/main/calculators/example-calculator">Example Calculator</a><br/>
git clone https://github.com/RuanAragao/calculator.git
git checkout -b your-branch-name
git commit -m "commit message"
git push origin your-branch-name
If you find any bugs or have any suggestions, please open an issue on GitHub and provide detailed information about the bug or suggestion. Once your pull request is submitted, it will be reviewed by the project maintainers.