An open API service indexing awesome lists of open source software.

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...

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](#)