/calculator

Create your own calculator

Primary LanguageHTMLMIT LicenseMIT

Calculator

Create your own calculator

How

  1. Star ✨ this project 👀🫶

  2. Go to issues and create a new. Add the name of your calculator in title and comment a short prupose of your calculator.

Example:


title:

Screw calculator

comment:

convert weight to units

  1. Fork this project

  2. 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

  1. Iside your folder calculator is required index.html file with your calculator.
  2. 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/>

  3. Open your pull request with "Closes #{your-issue-number}". Example "Closes #10".