This project is a simple calculator application developed with Vite and TypeScript. It was created as an assignment for Business College Helsinki (REACT23S TypeScript). It intentionally lacks a decimal and percentage functionality for simplicity.
- Basic arithmetic operations: addition, subtraction, multiplication, division.
- Works with mouse and keyboard.
- User input cleaning for error-free calculations (utilizing a simple Moore machine).
- Responsive design for usability on various devices.
- Built with Vite and TypeScript for efficient development and performance.