Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 878 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 878 Bytes

JS Calculator

This is a simple calculator built using JavaScript and object-oriented programming principles. It allows you to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Installation

To use this calculator, simply clone the repository to your local machine: git clone https://github.com/eli-bigman/JS_Calculator.git

Then, open the index.html file in your web browser to start using the calculator.

Usage

Using the calculator is straightforward. Simply click on the buttons to enter numbers and perform operations. The result will be displayed on the screen.

Contributing

Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.