This is a basic calculator application built using React. It allows users to perform simple arithmetic calculations, offers keyboard keydown functionality, and is designed with touch accessibility for mobile devices.
- Perform basic arithmetic operations: addition, subtraction, multiplication, and division.
- Calculate by pressing the "=" key or "Enter" key.
- Clear the display by pressing the "C" key.
- Responsive design for touch input on mobile devices.
To use or test the calculator, follow these steps:
-
Clone or download this repository to your local machine.
git clone https://github.com/your-username/react-calculator.git