https://github.com/h4jack/calculator
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. and more...
https://github.com/h4jack/calculator
calculator convertion css h4jack html infix infix-evaluation infixtopostfix jagucalculator js postfix postfix-evaluation
Last synced: 2 months ago
JSON representation
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. and more...
- Host: GitHub
- URL: https://github.com/h4jack/calculator
- Owner: h4jack
- License: mit
- Created: 2024-05-31T15:17:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T15:21:21.000Z (12 months ago)
- Last Synced: 2025-01-20T19:45:03.657Z (4 months ago)
- Topics: calculator, convertion, css, h4jack, html, infix, infix-evaluation, infixtopostfix, jagucalculator, js, postfix, postfix-evaluation
- Language: JavaScript
- Homepage: http://myloginphp.rf.gd/calculator/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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,](http://myloginphp.rf.gd/calculator/)
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](https://github.com/h4jack/calculator/blob/main/CODE.md/)## Download/Installation
#### Clone the repo and use and analyze the code.
and open the index.html file in your web browser.
```bash
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
- [@h4jack](https://www.github.com/h4jack)
## License
[MIT](https://github.com/h4jack/calculator/blob/main/LICENSE/)
## Feedback
If you have any feedback, please reach out to us at [Not Available](#)