Build: Counter Screen
A simple screen that shows a number and lets the user increase it by pressing a button.
Target UI
------------------- | Counter: 0 | | | | [ Increase ] | -------------------
Display a number starting at 0
Add a button labeled 'Increase'
When the button is pressed, the number increases by 1
Use the useState hook to manage the number state