This project is a basic calculator implemented with HTML, CSS, and JavaScript. The focus is to create a functional and intuitive user interface, demonstrating the application of programming logic to perform fundamental mathematical operations.
It is a classic project to consolidate knowledge in event handling and UI logic in JavaScript.
- Basic Operations: Addition, Subtraction, Multiplication, and Division.
- Clear: Button to clear the display (
C). - Input Support: Supports integer and decimal numbers.
- Responsive Interface: Design adapts to different screen sizes.
The project was built using the following technologies:
| Technology | Description |
|---|---|
| HTML5 | Structure of the calculator and its buttons. |
| CSS3 | Styling for a modern and functional appearance. |
| JavaScript (ES6+) | Calculation logic and display handling. |
To use the calculator, follow the steps below:
- Clone the repository:
git clone https://github.com/JessyTeixeira-QA/calculadora.git
- Navigate to the project directory:
cd calculadora - Open the
index.HTML(orindex.html) file in your preferred browser.
Developed by Jessy Teixeira.
This project is licensed under the MIT License. See the LICENSE file for more details. (Assuming the MIT license will be added or already exists; otherwise, this line may be adjusted).