This repository contains a simple, responsive calculator application built with HTML, CSS, and JavaScript. The design is minimalistic and user-friendly, allowing basic arithmetic operations.
- Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
- Responsive Design: The calculator layout adapts to different screen sizes.
- Keyboard and Button Support: Use either mouse clicks or keyboard inputs for calculations.
- Cross-Platform Compatibility: Works seamlessly across different devices and browsers.
Click here to live demo: Calculator
- HTML: Structure of the application.
- CSS: Styling and responsive design.
- JavaScript: Functionality and interactivity.
- Clone the repository:
git clone https://github.com/yourusername/calculator-app.git
- Navigate to the project directory:
cd calculator-app
- Open the
index.html
file in any modern web browser.
- Use the on-screen buttons or your keyboard to input numbers and operations.
- Press "C" to clear the screen.
- Use "←" to delete the last entered digit.
- Results are displayed in real-time.
Contributions are welcome! If you have suggestions or enhancements, please fork the repository and submit a pull request.
Enjoy using this cross-platform interactive calculator application!