This project is a basic calculator implemented using HTML, CSS, and JavaScript. It supports basic arithmetic operations such as addition, subtraction, multiplication, and division.
- User Interface: Interactive buttons for digits and operations.
- Display Screen: Shows user input and results.
- Clear and Delete: Includes AC (clear all) and backspace functionalities.
- Basic Operations: Addition, subtraction, multiplication, and division.
-
Clone the Repository:
git clone https://github.com/your-username/basic-calculator.git
-
Navigate to the Project Directory:
cd basic-calculator
-
Open index.html in Your Browser:
open index.html