A simple and responsive Math Calculator built with React and JavaScript. This project performs basic arithmetic operations with a clean UI and structured state management, making it ideal for learning component logic and reducer-based workflows.
- Addition, Subtraction, Multiplication, Division
- Real-time input display
- Responsive design
- Clean and minimal interface
- Error handling for invalid inputs
- React.js
- JavaScript (ES6+)
- CSS
Built to practice React fundamentals, useReducer()hook, event handling, and calculator logic using a structured approach.