Setup the Currency Conversion Calculator

InstructorJamund Ferguson

Share this video with your friends

Send Tweet

This lesson begins by demonstrating how to download and setup the sample application we'll be using in this course:

git clone https://github.com/xjamundx/exchange-rate.git;
cd exchange-rate;
git checkout redux-legacy;
yarn;
yarn start;

With that complete I go through the functionality of the application including its 3 main components:

  • Currency Code Picker
  • Amount Field
  • Rate Table

All of the code we will be working on in this course can be found here: https://github.com/xjamundx/exchange-rate/tree/redux-legacy