Jul 4, 2024
calculator-grid.styles.css and import it in App.js.box-sizing to border-box.margin from body and set a linear gradient background.span-2 class for buttons that span two columns.useReducer to handle state.
currentOperand, previousOperand, and operation.ADD_DIGIT, CLEAR, DELETE_DIGIT, CHOOSE_OPERATION, EVALUATEoverwrite flag to handle overwriting behavior after evaluation.CLEAR to reset state.DELETE_DIGIT to handle deleting digits.