Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 585 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 585 Bytes

Calculator

  • Allows user to pick colours for buttons and displayed numbers/operators, for all the aspiring grapheme-colour synaesthetes.
  • Implements the Shunting Yard Algorithm. This converts infix notation to postfix, which makes evaluation easier and takes care of order of operations.
  • Does not use eval()
  • Allows typing of expressions on keyboard in addition to providing clickable buttons.
  • This is a freeCodeCamp project.