Etch a Sketch made with Flexbox and JavaScript.
Assignment for the JavaScript course of The Odin Project.
Specifications and details for the assignment can be found here.
Use Calculator.
All arithmetic operations are possible.
The lenght of input doesn't produce a false result.
Math rules are applied.
You can Clear and start over.
Decimal numbers are accepted.
Use Calculator.
I could add parenthesis and basic math funcitons like Square Root.
Still one of my earlier projects with JavaScript, it was relatively easy for me.
The only problem was displaying the numbers on the calculator, finally i opted to put results below and user input above.