Karmpatel960 / 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

⚠️ Firstly, be willing to learn and/or teach. This project is not a PR farm for hacktoberfest.

  1. Star ✨ this project πŸ‘€πŸ«Ά

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

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

Contributing

Steps to contribute:

  • Fork the repository by clicking the "Fork" button in the upper right corner of this page.
  • Clone repository to your local machine:
git clone https://github.com/RuanAragao/calculator.git
  • Create a new branch for your contribution:
git checkout -b your-branch-name
  • Test your changes locally to ensure they function correctly.
  • Commit your changes with commit messages which contains description:
git commit -m "commit message"
  • Push your changes to your forked repository:
git push origin your-branch-name
  • Open a pull request to the main branch of this repository.

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.

About

Create your own calculator

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

License:MIT License


Languages

Language:HTML 40.8%Language:JavaScript 34.7%Language:CSS 24.5%