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.
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.
Using the calculator is straightforward. Simply click on the buttons to enter numbers and perform operations. The result will be displayed on the screen.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for more information.