A responsive calculator built with React, TypeScript, and SCSS, featuring keyboard support, theme toggle, and safe arithmetic evaluation using mathjs.
https://simplereactcalculator.netlify.app/
- Basic arithmetic:
+,-,*,/ - Parentheses
()and decimal points - Keyboard support (
0-9,+,-,*,/,Enter,Backspace,Escape,(,)) - Prevents invalid input (multiple operators, multiple decimals in a number, unmatched parentheses)
- Clear (
C) and delete last character functionality - Light/dark theme toggle
git clone <repository-url>
cd <repository-folder>
npm install
npm run dev