js-calculator
Project Specification
To be submitted by Tuesday 5th of October
- HTML/SCSS
- Create a calculator to be rendered to the html page
- it should have number keys from 0 to 9
- It should have operator keys (+, -, /, *) It should handle decimals
- It should have a display rendering the current calculation in a box at the top
- You should choose a picture of a calculator from the Internet and reproduce it in HTML/SCSS
- JavaScript
- Should render the current calculation in a box at the top (calculator display)
- It doesn’t need to support orders of operation
- It should not use eval() or Function() constructor