This is a (swift) ios app that can scan the QR code to sum up the item values and display the records. CodeScanner is used for the QR code scanning. The records are stored in CoreData.
The ios deployment target is 15.0
Please follow Product class to create the QR code.
[{
"value": 25.5,
"name": "Sample Product",
"owner": "John Doe"
}]