This is a simple calculator developed using HTML, CSS, and JavaScript. It allows performing basic operations such as addition, subtraction, multiplication, and division.
- Addition, subtraction, multiplication, and division of numbers.
- Calculations using the "equals" button or by pressing the "Enter" key.
- Clearing the display using the "C" button.
- Deleting the last entered character using the "Backspace" key.
- Open the
index.html
file in your web browser. - Use the number buttons to input desired numbers.
- Use the operation buttons to perform calculations.
- Press the "C" button to clear the display.
- Press the "equals" button or the "Enter" key to get the calculation result.
- HTML5
- CSS3
- JavaScript
This project is hosted on GitHub Pages. Click here to view it.
This project was developed by Johan Queiroz.
Contributions are always welcome! Feel free to open an issue or submit a pull request with improvements.
This project is licensed under the MIT License.