All challenges
UI · Frontend challenge· Frontend UI
Digital Clock
easy
15m
#ui#react#frontend#effects#timers
Build a Digital Clock that shows the current time as HH:MM:SS and updates every second.
Requirements
- Zero-pad hours, minutes, seconds to two digits.
- Update once per second; clean up the interval on unmount.