CodingNic

Build the Currency Converter

Turn the Prepared Interface into a Working Converter

Build the Currency Converter 10 min read

Turn the Prepared Interface into a Working Converter

Turn the Prepared Interface into a Working Converter

The starter already has the converter shell and styling. In this module you will make the main interaction work with client-side state: editable amount input, derived output, pair selection, and the swap control.

The goal is a useful converter before external data is introduced.

Checkpoint

Open the project, identify the files named in this module, and confirm the starter still runs before making the first change.