Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 2.18 KB

README.md

File metadata and controls

67 lines (44 loc) · 2.18 KB

JavaScript Calculator👾

A simple calculator built using HTML, CSS, and JavaScript. This project was created as an introductory exercise to understand the basics of web development.

Table of Contents

  1. Description
  2. Installation
  3. Usage
  4. Features
  5. Contributing
  6. License
  7. Credits
  8. Contact

Description🙌

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.

Installation🐢

To get a local copy up and running, follow these simple steps:

  1. Clone the repository:

    git clone https://github.com/jjestrada2/Calculadora.git
  2. Navigate to the project directory:

    cd calculadora
  3. Open the index.html file in your browser:

    • Navigate to the project directory and open the index.html file with your preferred web browser.

Usage🎮

Open the index.html file in your web browser. The calculator interface will be displayed, allowing you to perform various arithmetic operations.

Example:🏋️

  1. Click the number buttons to enter numbers.
  2. Use the operator buttons (e.g., +, -, *, /) to perform calculations.
  3. Click the = button to see the result.
  4. Use additional function buttons for operations like square root (Raiz), percentage (%), and reciprocal (1/x).

Features🦸‍♂️

  • Basic arithmetic operations: addition, subtraction, multiplication, division.
  • Additional functions: square root, percentage, reciprocal.
  • Clear and backspace functions.

Contributing🙇‍♂️

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!

License📜

This project is licensed under the MIT License - see the LICENSE file for details.

Credits

Contact🦻

For support or inquiries, please contact Juan Estrada.