A simple calculator web application built using HTML, CSS, and JavaScript.
This project is a basic calculator application that performs simple arithmetic operations. The calculator includes functionalities for addition, subtraction, multiplication, and division.
- Addition, subtraction, multiplication, and division operations.
- Clear screen functionality.
- Responsive design.
To run this project, you will need a web browser.
-
Clone the repository:
git clone https://github.com/yourusername/calculator.git
-
Navigate to the project directory:
cd calculator
-
Open the
index.html
file in your web browser.
- Open the calculator in your web browser.
- Use the buttons to input numbers and perform operations.
- Click the
=
button to see the result. - Click the
C
button to clear the screen.
The index.html
file contains the structure of the calculator.
The style.css file contains the styles for the calculator.
The app.js file contains the logic for the calculator.
This project is licensed under the MIT License - see the LICENSE file for details.