This calculator is a click-made one. It contains buttons of digits from 0-9
with decimal point (.)
button.
The four operators (addition (+)
, subtraction(-)
, multiplication (*)
, and division (/)
) buttons are also included, the clear (C)
button whereby if click, clears out all clicked-input, also the delete (DEL)
button which takes the job of a backspace
and lastly the equal sign (=)
button which operates the clicked-input with an operator
and return the result. It also has display box
where inputs, operation and result are shown.
- Html5
- CSS
- JavaScript
- Linters
To get a local copy up and running follow these simple example steps.
- On the project GitHub page, navigate to the main page of the repository this page.
- Under the repository name, locate and click on a green button named
Code
. - Copy the project URL as displayed.
- If you're running Windows Operating System, open your command prompt. On Linux, Open your terminal.
- Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
- Type
git clone
, and then paste the URL you copied in Step 3.
$ git clone https://github.com/YussaMoney/JS_Calculator.git
- Press Enter. Your local copy will be created.
Web browser(chrome)
👤 Azeez Yusuf O.
- Github: @YussaMoney
- Twitter: @YussaMoney
- Linkedin: @YussaMoney
Contributions, issues and feature requests are welcome!
Give a ⭐️if you like this project!