Skip to main content

Ex Counter

Preview

0

MVP

  • Display a counter value;
  • Increment and decrement the counter value using buttons;
  • Change the background color based in the current state:
    • Blue -> 0;
    • Red -> Negative number;
    • Green -> Positive number;
  • Limit the counter value between -5 and 5;

Other Version