Brymmobaggins / calculator

Create your own calculator

Home Page:https://ruanaragao.github.io/calculator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Create your own calculator

https://ruanaragao.github.io/calculator/

License:MIT License


Languages

Language:HTML 65.6%Language:CSS 19.2%Language:JavaScript 15.2%