Calculator app
For this assessment, you will be building a calculator in React. You are provided with code snippets, and your task is to use these, plus any of your code to complete a calculator app that can perform the four basic mathematical operations: addition, subtraction, multiplication, and division.
If you execute the npm start
command before changing any code in this task, you'll get the notification in the code lab's terminal that reads "webpack compiled successfully".