A simple calculator built using HTML, CSS, and JavaScript. This project was created as an introductory exercise to understand the basics of web development.
This is a basic calculator that performs simple arithmetic operations like addition, subtraction, multiplication, and division. It also includes additional functions such as square root, percentage, and reciprocal.
To get a local copy up and running, follow these simple steps:
-
Clone the repository:
git clone https://github.com/jjestrada2/Calculadora.git
-
Navigate to the project directory:
cd calculadora
-
Open the
index.html
file in your browser:- Navigate to the project directory and open the
index.html
file with your preferred web browser.
- Navigate to the project directory and open the
Open the index.html
file in your web browser. The calculator interface will be displayed, allowing you to perform various arithmetic operations.
- Click the number buttons to enter numbers.
- Use the operator buttons (e.g.,
+
,-
,*
,/
) to perform calculations. - Click the
=
button to see the result. - Use additional function buttons for operations like square root (
Raiz
), percentage (%
), and reciprocal (1/x
).
- Basic arithmetic operations: addition, subtraction, multiplication, division.
- Additional functions: square root, percentage, reciprocal.
- Clear and backspace functions.
If you would like to contribute to this project, please fork the repository and create a pull request with your changes. Contributions are always welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
- Samuel Valencia - Mentor
For support or inquiries, please contact Juan Estrada.