Skip to content

M0HID/calc

Repository files navigation

React Calculator App

This project is a simple calculator application built using ReactJS. The calculator supports basic arithmetic operations such as addition, subtraction, multiplication, and division, along with additional functionalities like percentage calculation and toggling between positive and negative values.

Features

  • Arithmetic Operations: Addition, subtraction, multiplication, and division.
  • Percentage Calculation: Convert the current number into a percentage.
  • Positive/Negative Toggle: Toggle the current number between positive and negative.
  • Clear button: Clear the current input or reset the calculator entirely.
  • Decimal Points: Handle decimal numbers with a decimal point button.
  • Mimics the iOS calculator: The style and functionality is similar to the built-in ios calculator!

The calculator can be tested here! https://calc-two-rose.vercel.app/