Create a new directory called logic inside your project
Copy the files calculate.js and operate.js into your logic/ directory
Install big.js using NPM
Analyze the files calculate.js and operate.js, be sure you understand what they do
Import the files in your Calculator.js component
Implement click event handlers using the math logic from calculate.js and operate.js in your React component
Test your app in the browser. The Calculator should be able to perform math operations.
Create a new directory called logic inside your project Copy the files calculate.js and operate.js into your logic/ directory Install big.js using NPM Analyze the files calculate.js and operate.js, be sure you understand what they do Import the files in your Calculator.js component Implement click event handlers using the math logic from calculate.js and operate.js in your React component Test your app in the browser. The Calculator should be able to perform math operations.