This guide will take you on a step-by-step guide to building your own little app.
##Stages
- 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)
- Make it so that the user can add funds in the wallet section
- Make it so that if the user doesn't have enough money an alert is made telling them.
- Make it so that when the user successfully buys the chocolate that a row is inserted into their inventory table