This is a simple and intuitive calculator web application built using HTML, CSS, and JavaScript. It provides basic arithmetic operations and a user-friendly interface.
- Basic Arithmetic Operations: Addition, subtraction, multiplication, and division.
- Responsive Design: Adapts to various screen sizes for an optimal user experience.
- Clear and Backspace Functions: Easily clear the entire input or delete the last entered digit.
-
Clone the repository:
git clone https://github.com/exclusiveabhi/calculator.git
-
Navigate to the project directory:
cd calculator
-
Open
index.html
in your preferred web browser to run the application.
- Perform Calculations: Use the on-screen buttons to input numbers and operations.
- Clear Input: Use the
C
button to clear the entire input. - Delete Last Digit: Use the backspace button (
←
) to delete the last entered digit. - Calculate Result: Press the
=
button to display the result of the entered operation.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a Pull Request.