Loading problem…
Build a Timer component in React that allows users to set a countdown timer and start/pause/reset it.
// Component should handle:
// - Time input (minutes, seconds)
// - Countdown logic
// - Start/Pause/Reset controls
// - Timer completion