Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shaneu/redux-calculator
- Owner: shaneu
- Created: 2018-07-23T18:59:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T19:01:40.000Z (over 6 years ago)
- Last Synced: 2024-11-07T12:49:23.651Z (3 months 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