Skip to content

leila-alderman/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

This project uses JavaScript, HTML, and CSS to create a functional browser calculator. The calculator accepts inputs and evaluates the expression following PEMDAS rules without using the problematic eval() JavaScript function. Its functionality includes a clear button, backspace button, and decimals that are limited to one per number. Additional functionality includes exponents and logic for parentheses. This calculator can also accept keyboard inputs.

This is the calculator project from The Odin Project.