This is a simple JavaScript calculator that performs basic arithmetic operations. It takes two numbers as input and returns the result of the selected operation.
- Addition
- Subtraction
- Multiplication
- Division
- Technologies Used
- HTML
- CSS
- JavaScript
To get started with the calculator, simply download the project and open the index.html file in your browser.
- Enter the first number in the input field
- Select the desired operation labeled "Operation"
- Enter the second number in the input field
- Click the "=" button to perform the calculation
- The result will be displayed in the calculator's dsiplay
This project is licensed under the MIT License - see the LICENSE.md file for details.