gealsanchez / mathMagicians

mathMagicians
MIT License
0 stars 1 forks source link

Events added #3

Closed gealsanchez closed 1 year ago

gealsanchez commented 1 year ago

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.