Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.51 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.51 KB

Calculator Web App

This is a simple yet functional calculator web application built using HTML, CSS, and JavaScript. The app is designed to be responsive, ensuring compatibility across various screen sizes, and it can be operated using both mouse clicks and keyboard input.

Features

  • Responsive Design: The calculator is fully responsive and adapts to different screen sizes, making it accessible on both desktop and mobile devices.
  • Keyboard Support: Users can perform calculations using the keyboard, providing a seamless and efficient user experience.
  • Basic Operations: The calculator supports essential arithmetic operations:
    • Addition (+)
    • Subtraction (-)
    • Multiplication (*)
    • Division (/)
    • Modulus (%)
  • Additional Functionality:
    • Delete: Remove the last digit entered.
    • Clear Entry (CE): Clear the current entry without affecting previous operations.
    • Clear (C): Reset the calculator to its initial state.

Live Demo

You can try out the calculator here: Calculator Web App

Screenshot

Usage

  • Click the buttons on the calculator or use your keyboard to perform calculations.
  • The result is displayed in the calculator's screen area.

License

This project is open source and available under the MIT License.

Contact