A simple web-based calculator supporting basic arithmetic operations and trigonometric functions.
- Basic Arithmetic Operations: Addition, Subtraction, Multiplication, Division
- Trigonometric Functions: Sine, Cosine, Tangent, Inverse Sine, Inverse Cosine, Inverse Tangent
- Logarithmic Function: Logarithm base 10
- Square and Square Root Functions
To run this project, you need a web browser.
- Clone the repository:
git clone https://github.com/AzkaSahar/Calculator-app.git
- Navigate to the project directory:
cd Calculator-app - Open
calc.htmlin your web browser.
Click the buttons to enter numbers and operations. First enter number or expression then click on the function buttons. Click = to evaluate the expression. Click Clear to reset the calculator.
calc.html: The main HTML file.calc.css: The stylesheet for styling the calculator.calc.js: The JavaScript file containing the calculator logic.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Background and button design inspiration from various online calculators.
