Calc is a simple web-based calculator application built using HTML, CSS, and JavaScript. It provides basic arithmetic operations and a user-friendly interface for quick calculations.
- Basic Arithmetic Operations: Supports addition, subtraction, multiplication, and division.
- Responsive Design: Adapts to different screen sizes for usability on various devices.
- Clear Function: Allows users to reset the calculation input easily.
-
Clone the Repository:
git clone https://github.com/ArielBaron/Calc.git cd Calc
-
Open the Application:
- Locate the
index.html
file in the project directory. - Open
index.html
in your preferred web browser to start using the calculator.
- Locate the
- Perform Calculations:
- Click on the numeric buttons to input numbers.
- Use the operator buttons (
+
,-
,*
,/
) to perform calculations. - Click the
=
button to display the result. - Use the
C
(Clear) button to reset the input field.