Build the Currency Converter
25 min read
Connect Actions and Status
Connect Actions and Status
Finish the converter’s local UI behavior by connecting the action row and status message.
Use the existing button classes from app/globals.css rather than rebuilding the interface. The course is about the behavior, so keep the prepared visual system intact.
Test it
Confirm the Convert button remains usable, the amount is editable, and the demo/live status line is visible.
Checkpoint
The converter is now a complete local-data feature ready to receive real API data.