Skip to content

AshLCorse/07-26-2023-calculator-from-blankpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

07-26-2023-calculator-from-blankpage

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

//

About

Coding a Calculator from a blank page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published