This is a simple calculator web application built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations.
- Addition, subtraction, multiplication, and division.
- Evaluating mathematical expressions using the mathjs library.
- Clone or download the project to your computer.
- Open the
index.html
file in your web browser. - Use the calculator by clicking the buttons.
- HTML
- CSS
- JavaScript
- mathjs: A library for safe mathematical expression evaluation.
index.html
: The main HTML file containing the calculator interface.style.css
: The CSS file for styling the calculator.script.js
: The JavaScript file with the calculator functions.