Calculator built using React.js and Tailwind CSS. It's designed to perform basic arithmetic operations like addition, subtraction, multiplication, and division. This calculator handles decimal inputs and can process a sequence of operations.
- Perform basic arithmetic operations (+, -, *, /)
- Support for decimal calculations
- Handling consecutive operators with correct precedence
- Reset functionality to clear computations
- Elegant design with responsive buttons and display
- React.js
- Tailwind CSS
- math.js for safe arithmetic operations