Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaneu/redux-calculator

A redux calculator in vanilla HTML and CSS
https://github.com/shaneu/redux-calculator

redux vanilla-html vanilla-js

Last synced: 27 days ago
JSON representation

A redux calculator in vanilla HTML and CSS

Awesome Lists containing this project

README

        

A JS calculator using redux for state management. This calculator was an experiment
to work with the shunting yard algorithm to parse input in infix notation to as stack
in postfix notation. https://en.wikipedia.org/wiki/Shunting-yard_algorithm