orosunn / UTORtrip

Trip Application UOFT bootcamp project 1
0 stars 1 forks source link

create currency conversion with API #7

Closed wrn007 closed 10 months ago

wrn007 commented 10 months ago

Create an active currency converter with an input, output, and option to select currency type

orosunn commented 10 months ago

multiply conversion rate from currency pair selected in dropdown by input value to create output value for display

orosunn commented 10 months ago

Exchange calculator is functional and takes user input. Now need to implement into existing project.