Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 540 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 540 Bytes

Chocolate Machine

This guide will take you on a step-by-step guide to building your own little app.

##Stages

  1. Make it so that when the Buy button is pressed the basket total and quantity updates. (At first use dummy data, but later try to add data to the button)
  2. Make it so that the user can add funds in the wallet section
  3. Make it so that if the user doesn't have enough money an alert is made telling them.
  4. Make it so that when the user successfully buys the chocolate that a row is inserted into their inventory table