Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.27 KB

Calculator

This is a basic calculator application that allows users to perform simple arithmetic operations.

Features

The calculator application includes the following features:

  • Addition, subtraction, multiplication, and division operations.
  • A clear button to reset the calculator.
  • A display area that shows the current value and the result of the operation.

Technologies Used

The Calculator was built using the following technologies:

  • HTML
  • CSS
  • JavaScript

Installation

To run the Calculator on your local machine, follow these steps:

  1. Clone the repository using git clone https://github.com/ELDADBRHANO/calculator.git.
  2. Navigate to the project directory using cd calculator.
  3. Open the index.html file in your web browser.

Usage

The Calculator can be used by anyone who needs to perform simple arithmetic operations. Users can input numbers using the buttons and select the operation they want to perform. The result will be displayed in the display area

Contributing

Contributions to the Calculator project are welcome! If you would like to contribute, please submit a pull request.

Credits

The Calculator project was created by yourname.

License

The Calculator project is licensed under the MIT license. See the LICENSE file for more information.