Skip to content

Calculator: colour picker, shunting yard algorithm (no eval), keyboard & button input

Notifications You must be signed in to change notification settings

BartBucknill/fcc-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Calculator: colour picker, shunting yard algorithm (no eval), keyboard & button input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published