Week 3 - Session 2 - Group Programming Workshop - Till Application

blog image source
Group exercise - to build a till application that allows to; find an item by scanning in the barcode, add an item to the current basket, get total of items in the basket, and remove any item from a basket by scanning the barcode. Requirements:
  • Find an item by barcode
  • Add an item to the basket
  • Get total of items in the basket
  • Remove item from the basket by barcode
This exercise will test the following skillsets:
  • CLI - Git, npm, and jest.
  • JavaScript - Arrays, and Objects.

Popular posts from this blog

Week 9 to 12 - Learning with MCR Codes

Week 9 - Session 1 - The Internet, the Web, HTTP