rupali-codes / simple-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome

This is a simple calculator

Built with

HTML
HTML
CSS
CSS
JavaScript
JavaScript

Getting Started

To get a local copy in your machine and running up follow the following steps.

  1. Fork

  2. Clone the repo use the following command:

    git clone https://github.com/<your-github-username>/simple-calculator
  3. Navigate to project directory

    cd simple-calculator
  4. Make your changes

  5. create your branch by running the following the command

    git branch <name_your_branch>
  6. Switch to your branch

    git switch <your_branch>
  7. Push to your repo by using the following command

    git push origin <your_branch>
  8. Open a Pull request

    If you aren't aware about how to make pull requests read this.

You made it champ!

Thanks for reading!

About


Languages

Language:JavaScript 49.1%Language:CSS 28.9%Language:HTML 22.0%