Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 944 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 944 Bytes

Calculator App

Access it here: https://rakshithx09.github.io/calculator/

A simple calculator app built with JavaScript for performing basic arithmetic operations.

Welcome to the Calculator App! This web-based calculator provides a user-friendly interface to perform basic calculations quickly and accurately. Whether you need to add, subtract, multiply, divide, or find the modulus of numbers.

Features

  • Arithmetic Operations: Perform addition, subtraction, multiplication, division, and modulus operations with ease.
  • Clear Functionality: Clear the input and start fresh with a single click using the clear (C) button.
  • Decimal Point Support: Perform calculations involving decimal numbers accurately by utilizing the decimal point button.
  • Real-time Feedback: The calculator provides real-time feedback, displaying both the input expression and the calculated result, allowing you to track your calculations seamlessly.