This project is part of the Odin Project Foundations Course . The goal of this project is to build a simple calculator with basic math functions.
You can try out the calculator here.
This project was built using:
- HTML
- CSS
- JavaScript
No installation is required as the project can be accessed through the provided link. However, if you wish to run the project locally, you can clone the repository and open the index.html
file in your web browser.
The calculator is designed to perform basic math operations, including addition, subtraction, multiplication, and division. The calculator also includes a clear button and a decimal point button for inputting floating-point numbers.
To use the calculator, simply click on the number buttons to input the first and second numbers of the operation. Then, click on one of the math operator buttons to select the desired operation. Finally, click the equal button to display the result.