A simple and user-friendly calculator application built to perform basic arithmetic operations. This app provides an intuitive interface for performing addition, subtraction, multiplication, and division.
- Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
- Clear Button: Allows users to reset the current calculation.
To run this calculator application on your local machine, follow these steps:
- Cline the Repository:
git clone https://github.com/Paing100/Calculator.git- Navigate to the Project Directory:
cd Calculator\Calculator- Run the Application:
start index.htmlor double-click on index.html to open it in your default browser.
- HTML
- CSS
- JavaScript
- Advanced Operations: Plan to include operations like square root, percentage, etc.
- Memory Functionality: Add memory recall and storage features for more complex calculations.