Name: Shopping List
Short description: The application adds information given by the user to a list.
Long description: The user inputs the name of the item, the price for one piece of the item, and the quantity of items to be bought.
The application concatenates this information and adds as an entry to a listbox. As more item are added, the application also calculates
the total price of all the items and displays it in a label.
Localization: Program was implemented in English, but a Finnish translation is also included.
Status: ALPHA. Many features still need to be added to make the application useful. At this point the program, for example, does not save
the information, so a database might be needed to implement this feature.