Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.59 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.59 KB

Calculator Project

Welcome to the Calculator Project! This web application provides a basic calculator functionality for performing arithmetic operations.

Live Demo

Visit the live demo: Calculator Project

Features

  • Addition, subtraction, multiplication, and division operations
  • Responsive design for a seamless experience on various devices

Usage

  1. Basic Operations:

    • Click on the number buttons (0-9) to input numbers.
    • Use the operator buttons (+, -, *, /) for basic arithmetic operations.
    • Press the "C" button to clear the input and start a new calculation.
  2. Parentheses:

    • Click on the "(" and ")" buttons to include parentheses in your expressions.
    • The calculator supports nested parentheses for complex calculations.
  3. Backspace:

    • Use the "⌫" button to remove the last entered digit or operator.
  4. Equals (=):

    • Press the "=" button to calculate and display the result.

Responsive Design

The calculator website is designed to be responsive, ensuring optimal user experience across a variety of devices, including desktops, tablets, and mobile phones.

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Contribute

If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request. Your contributions are welcome!

Author

Sandeep Prasad