Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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