All challenges
UI · Frontend challenge· Frontend UI

Progress Bar

easy
15m
#ui#react#frontend#state#styling

Build a Progress Bar.

Requirements

  • A bar that fills to a percentage (0–100).
  • Buttons to step the value down/up by 10, clamped to [0, 100].
  • Show the numeric percentage and animate the fill smoothly.