Welcome to the Basic Calculator project! This simple calculator is built using HTML, CSS, and JavaScript. It performs basic arithmetic operations like addition, subtraction, multiplication, and division, and features a user-friendly interface with smooth animations.
- User-Friendly Interface: Clean and intuitive design.
- Smooth Animations: Elegant color transitions on hover and click.
- Basic Arithmetic Operations: Addition, subtraction, multiplication, and division.
- Error Handling: Proper handling of division by zero and other errors.
- Open the Calculator: Load the
index.html
file in your web browser. - Perform Calculations:
- Click on the buttons to enter numbers and operators.
- Click the "Equals" button (=) to see the result.
- Use the "Clear" button (C) to reset the calculator.
- HTML: Structure of the calculator.
- CSS: Styling and animations.
- JavaScript: Functionality and interactivity.
To run this project locally, follow these steps:
- Clone the Repository:
git clone https://github.com/breeze-sn/Basic-Calculator.git