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: about 2 months ago
JSON representation
A redux calculator in vanilla HTML and CSS
- Host: GitHub
- URL: https://github.com/shaneu/redux-calculator
- Owner: shaneu
- Created: 2018-07-23T18:59:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T19:01:40.000Z (almost 8 years ago)
- Last Synced: 2024-12-28T08:11:40.870Z (over 1 year ago)
- Topics: redux, vanilla-html, vanilla-js
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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