A painfully nostalgic Windows 95 calculator built with react95
- Basic operations:
+,-,*,/ - Decimal input support
C,AC, backspace- Sign toggle (
+/-) - Square root (
sqrt) - Percentage (
%) - Basic error handling (for example division by zero) and a React
ErrorBoundary
Prerequisites:
- Node.js (18+ recommended)
- npm
Commands:
npm install
npm startThen open http://localhost:3000.
Other useful commands:
npm run build- React 18
- react95
- styled-components
