Create your own calculator
-
Star ✨ this project 👀🫶
-
Go to issues and create a new. Add the name of your calculator in title and comment a short prupose of your calculator.
Example:
Screw calculator
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
- Iside your folder calculator is required
index.html
file with your calculator. - Edit the /index.html file and add the your calculator folder link in alphabetical order with a
<br>
in the end.Example:
<a href="/calculators/example-calculator">Example Calculator</a><br/>
- Open your pull request with "Closes #{your-issue-number}". Example "Closes #10".