This is my calculator made using p5.js. You may use the keyboard or click on the screen to enter numbers and operators. Order of operations is maintained! Use the spacebar/backspace to clear the screen. Use the enter key to calculate the value of the expression you entered. I made this program using p5.js and made it usable on web using an index.html file. I used CSS to style the non-canvas part. In the javascript file, I incorporated RGB/hex colors, variables, loops, arrays, keys, mousePressed, and more funcitons to make my webpage aesthetically pleasing and user-friendly.
This is my calculator made using p5.js. You may use the keyboard or click on the screen to enter numbers and operators. Order of operations is maintained! Use the spacebar/backspace to clear the screen. Use the enter key to calculate the value of the expression you entered. I made this program using p5.js and made it usable on web using an index.html file. I used CSS to style the non-canvas part. In the javascript file, I incorporated RGB/hex colors, variables, loops, arrays, keys, mousePressed, and more funcitons to make my webpage aesthetically pleasing and user-friendly.