Build: Counter Screen
A simple screen with a number and a button to increase the number. This screen will be tested with widget tests.
Target UI
Counter Screen +---------------------+ | Counter | | | | 0 | | | | [Increment Button]| +---------------------+
Display a number starting at 0
A button labeled 'Increment' below the number
Pressing the button increases the number by 1