https://github.com/hsnice16/cash-register-manager
This app helps the seller by telling, how can he/she return the change to the customer with the minimum number of notes?
https://github.com/hsnice16/cash-register-manager
css3 html5 javascript reactjs
Last synced: 2 months ago
JSON representation
This app helps the seller by telling, how can he/she return the change to the customer with the minimum number of notes?
- Host: GitHub
- URL: https://github.com/hsnice16/cash-register-manager
- Owner: hsnice16
- Created: 2021-07-21T11:45:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T18:31:19.000Z (almost 5 years ago)
- Last Synced: 2025-03-01T00:40:04.861Z (over 1 year ago)
- Topics: css3, html5, javascript, reactjs
- Language: JavaScript
- Homepage: https://manage-registered-cash.netlify.app/
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cash-register-manager
This app helps a seller in counting the number of notes to return to the buyer of his/her product.
* The seller will enter the amount of the bill
* Then the seller will enter the amount that is given by the buyer
* After this, this app will show the amount to return and the number of notes to return
* Notes are of currency: 1, 5, 10, 20, 100, 500, 2000 (INR)
Check this app: [check🚀](https://manage-registered-cash.netlify.app/)