Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishika105/calculator
This is a simple calculator website using HTML, CSS and JAVASCRIPT.
https://github.com/rishika105/calculator
css html javascript
Last synced: 6 days ago
JSON representation
This is a simple calculator website using HTML, CSS and JAVASCRIPT.
- Host: GitHub
- URL: https://github.com/rishika105/calculator
- Owner: rishika105
- Created: 2024-04-27T06:31:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T04:26:28.000Z (3 months ago)
- Last Synced: 2024-08-22T05:32:35.851Z (3 months ago)
- Topics: css, html, javascript
- Language: HTML
- Homepage: https://deploypreview-calculator-rishika-2005.netlify.app/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Calculator
## Description
This is a web-based calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, division, and exponentiation.## Features
- **Arithmetic Operations**: Supports `+`, `-`, `*`, `/`, and `^` operations.
- **Clear Input**: `AC` button clears the entire input.
- **Delete Last Entry**: `DE` button removes the last character.
- **Evaluate**: `=` button calculates the result.## Screenshot
![image](https://github.com/user-attachments/assets/32172659-8c6f-4a39-8bf7-c7e5de2e124d)## Usage
1. Enter numbers using the numeric buttons.
2. Select an operation.
3. Press `=` to calculate the result.
4. Use `AC` to clear or `DE` to delete the last input.## How to Run
Check out the deployed calculator: [https://deploypreview-calculator-rishika-2005.netlify.app/](https://deploypreview-calculator-rishika-2005.netlify.app/).
If you want to run the code locally, just open `index.html`.