Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 318 Bytes

Calculator

Generic calculator with order of precedence support.

Uses the stack-based infix to postfix notation to perform arithmetic operation.

Built with React and ESBuild ❤️