https://github.com/thoughtfool/exact-change-please
Simple application to determine how much change to return, based on cost and the payment provided. Utilizes common U.S. currency denominations.
https://github.com/thoughtfool/exact-change-please
Last synced: over 1 year ago
JSON representation
Simple application to determine how much change to return, based on cost and the payment provided. Utilizes common U.S. currency denominations.
- Host: GitHub
- URL: https://github.com/thoughtfool/exact-change-please
- Owner: ThoughtFool
- License: mit
- Created: 2019-09-14T20:23:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T19:36:12.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T15:35:04.458Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://cash-me-out.herokuapp.com/
- Size: 26.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cash Me Out
Simple application to determine how much change to return, based on cost and the payment provided. Utilizes common U.S. currency denominations.
## The Challenge
Giving change can present a chanllenge for young learners inexperienced with money. Create a simple way to practice giving change based on various denominations.
### CHALLENGE ACCEPTED!
https://cash-me-out.herokuapp.com/


### Technology & Tools
    
### Future Plans
- create cash register buttons and actions
- add sound effects
- add drag-and-drop to currency
- make currency notes stackable
- add support for various currencies based on country selected