Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aayush259/calculator
This is a simple calculator app which provides basic arithmetic operations like addition, subtraction, multiplication, division, and exponentiation.
https://github.com/aayush259/calculator
Last synced: 9 days ago
JSON representation
This is a simple calculator app which provides basic arithmetic operations like addition, subtraction, multiplication, division, and exponentiation.
- Host: GitHub
- URL: https://github.com/aayush259/calculator
- Owner: Aayush259
- Created: 2024-04-02T12:25:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T06:41:22.000Z (8 months ago)
- Last Synced: 2024-04-06T19:46:18.600Z (8 months ago)
- Language: JavaScript
- Homepage: https://aayush259.github.io/Calculator/
- Size: 823 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator App
This is a simple calculator app built with HTML, CSS and JavaScript which provides basic arithmetic operations like addition, subtraction, multiplication, divison, and exponentiation.
## Features
- Basic arithmetic operations: addition, subtraction, multiplication, division.
- Advanced mathematical operations: square, pi, exponent.
- Keyboard functionality: You can use your keyboard to input numbers and perform operations.
- Responsive design: The calculator is responsive and works well on different screen sizes.## Technologies Used
- HTML
- CSS
- Vanilla JavaScript## How to Use
1. Open the calculator app in your web browser.
2. Click on the numbers and operators to input your expression.
3. Click the '=' button or press 'Enter' key on your keyboard to calculate the result.
4. Use 'AC' button to clear the output box.
5. Use the cross button 'x' to delete the last character input from output box.## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue and submit a pull request.