hackerrank-react-calculator-component This is a clone of the HackerRank Calculator Component question that uses hooks instead of class components. Result should be displayed as <div data-testid="result">Result: {result}</div> Total operations should be displayed as <div data-testid="total-operations">Total operations performed: {totalOperations}<div>