Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shoaib-fateh/calculator-app
This project is a simple calculator implemented in JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
https://github.com/shoaib-fateh/calculator-app
Last synced: about 1 month ago
JSON representation
This project is a simple calculator implemented in JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Host: GitHub
- URL: https://github.com/shoaib-fateh/calculator-app
- Owner: shoaib-fateh
- Created: 2022-10-11T09:41:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T10:51:47.000Z (about 1 year ago)
- Last Synced: 2023-10-15T20:54:14.449Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://shoaib-fateh.github.io/calculator-1/
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator App
A simple calculator app built with JavaScript.
## Usage
- Simply input numbers using the buttons and select the operation you want to perform.
- The app will display both the previous and current operands along with the chosen operation.
- Press the equals button to compute the result.
- Use the delete button to delete the last entered digit.
- Press the clear button to clear the display and start over.## Installation
1. Clone the repository: ``` git clone https://github.com/YourUsername/CalculatorApp.git ```
2. Open the index.html file in your web browser.
# How to Use
- Click on the number buttons to input numbers.
- Click on the operation buttons to select the desired operation.
- The previous and current operands, along with the chosen operation, will be displayed.
- Click on the equals button to compute the result.
- Click on the delete button to delete the last entered digit.
- Click on the clear button to clear the display and start over.## Credits
This app was developed by [Shoaib Fateh](https://github.com/shoaib-fateh).