Vending Machine pair coding project built with partner Zach Nester.
Stocks a virtual vending machine with items from a csv file, then allows user to interact with machine through a command line application.
- Machine displays it's inventory to the user.
- User feeds money into the machine and selects items for purchase.
- Machine dispenses selection and updates its inventory.
- Once the user is done the transaction, change is dispensed, and the transaction is logged to a text file.