About this project
This application emulates a standard calculator, enabling users to perform addition, subtraction, multiplication, and division operations.
This project was built using
- React
- JavaScript
- HTML
- CSS
The project provides the following features
- Perform basic arithmetic calculations
- Chain multiple operations sequentially
- Clear input and delete the last entry functionalities
Technical details
- Manages calculation logic and state using React
- Handles complex input sequences and operator precedence
- Designs a responsive interface with CSS Flexbox