Giter Club home page Giter Club logo

calculator's Introduction

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.

calculator's People

Contributors

ruanaragao avatar karmpatel960 avatar saxena-vinayak36 avatar dhandeep10 avatar berajeevkumar avatar nitishkumar07 avatar devxiexie avatar sharmavikas4 avatar sushant626 avatar eternoseeker avatar itz-shakil-92 avatar satwikrprabhu avatar sameersawant77 avatar devrudra9 avatar 160121 avatar jonasrafael16 avatar brymmobaggins avatar harmit17 avatar mademoiselle-chantal avatar ayush-1s avatar aviraljain19 avatar avdhesh-varshney avatar anuamloh07 avatar amanmakhija avatar ahmetanbar avatar tidymouse avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.