Design of app:
- must have a counter (any design)
- must have three buttons:
- increment - must increment counter by 1
- decrement - must decrement counter by 1
- reset - must reset counter to 0
Condition: the counter can't be less than -100 and greater than 100