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

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.

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/

![cash-me-out-banner](assets/cash-me-out-banner.PNG)

![cash-me-out-change](assets/cash-me-out-change.PNG)

### Technology & Tools

![Javascript](https://img.shields.io/badge/Code-Javascript-informational?style=flat&logo=Javascript&logoColor=white&color=7c11f7) ![Node](https://img.shields.io/badge/Code-Node-informational?style=flat&logo=Node.js&logoColor=white&color=7c11f7) ![ExpressJS](https://img.shields.io/badge/Code-ExpressJS-informational?style=flat&logo=Express&logoColor=white&color=7c11f7) ![Bash](https://img.shields.io/badge/Shell-Bash-informational?style=flat&logo=GNU-Bash&logoColor=white&color=7c11f7) ![VSCode](https://img.shields.io/badge/Editor-VSCode-informational?style=flat&logo=visual-studio-code&logoColor=white&color=7c11f7)

### 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