Coding a Calculator from a blank page
MVP: interactive keypad with display, accurate solutions, and can do addition, subtraction, multiplication and division
NTH: graphing calculator, with trig, algebra, calc, and logarithms, history function, copy paste functions, dark mode
//
display the equation being typed, then the result when equaled
Equation:
<input type="text" id="Equation" name="Equation" placeholder="0"
>
Solution:
interactive keypad with 0-9, addition, subtraction, multiplication, division, parentheses, and decimal characters
possible side window with trig, algebra, calc, and logarithms
history page
copy paste functions
dark mode
//