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.
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.
To View and Understand the Code: Click Here
and open the index.html file in your web browser.
git clone https://www.github.com/h4jack/calculator.git calculator
cd calculator
- 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.
If you have any feedback, please reach out to us at Not Available