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:
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