Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.76 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.76 KB

Calculator Web Application

This project is a simple calculator web application built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations like addition, subtraction, multiplication, and division. Users can also use parentheses for grouping expressions and perform exponentiation and modulo operations.

Usage/Examples

visit the hosted site to use the application: Click Here, or copy the link given below and paste it to browser.

http://myloginphp.rf.gd/calculator/
  • Enter your expression using the on-screen buttons or your keyboard.
  • Press "=" to calculate the result.
  • Use the "AC" button to clear the input, and "C" to delete the last character.
  • Click on previous calculations in the history to load them into the input field.

Code Functionality

To View and Understand the Code: Click Here

Download/Installation

Clone the repo and use and analyze the code.

and open the index.html file in your web browser.

git clone https://www.github.com/h4jack/calculator.git calculator
cd calculator

Features

  • Perform basic arithmetic operations:
    • addition (+)
    • subtraction (-)
    • multiplication (*)
    • division (/).
  • Supports parentheses for grouping expressions.
  • Calculate exponentiation (^) and modulo (%) operations.
  • Clear input with the "AC" button and remove the last character with the "C" button.
  • View history of previous calculations.
  • Responsive design for different screen sizes.

Authors

License

MIT

Feedback

If you have any feedback, please reach out to us at Not Available