Vending Machine Kata for G5
Stars
0
Forks
4
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
19
commits
creates a vending machine
8ef228f
can generate positions in vending machine
d9f6522
can display price of position
6744e0c
can display current balance in keypad
654aa3a
can dispense a product
710e538
can add a product to the position
7f1d282
stock level works
37dd33a
coinslot cannot accept invalid coins
1d29652
coinslot can calculate total value of coins
6fae347
coinslot can figure out value of single coin
08c02e1
can add coin to coinslot
646738f
creates coinslot with empty arraylist of coins
31f87fc
creates keypad and generates button
bb5bedb
creates a button with a selection
221b9fe
creates selection enum
fc09745