diff --git a/JPMorganCertificateofCompletion.png b/JPMorganCertificateofCompletion.png new file mode 100644 index 0000000..61e4b8f Binary files /dev/null and b/JPMorganCertificateofCompletion.png differ diff --git a/README.md b/README.md index 4ce12b7..82ddc6e 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,11 @@ _All participants of this program were required to submit Git patches for each t - display and track the ratio between two stock prices over time - display upper and lower bounds based on the ratios - trigger an alert if those thresholds were crossed to enable the stock traders to determine if a potential trading opportunity existed. -
-### I produced a short video to share my approach to completing the final project and to show my final working version of the application. The video is available through YouTube at the below link: +### I produced a short video to share my approach to completing the final project and to show my final working version of the application. The video is available on YouTube at the below link: [![Video Link](https://i9.ytimg.com/vi/_Pt1WJpoaSo/mq3.jpg?sqp=CMDG65oG&rs=AOn4CLAuPW9NJl3yjbhCxnSur0c0fhzuLw)](https://www.youtube.com/watch?v=_Pt1WJpoaSo) - - #### Project tips: - I recommend setting up your development environment in a virtual environment. This will allow you to avoid installing the project's dependencies on your main system and make it easy to create snapshots that can be used to revert to a previous state if needed. - I initially started this project using Replit because I did not want to install of the project dependencies on my main system. However, I encountered some difficulties getting the required npm modules installed in Replit, so I used VirtualBox to set up a development environment for tasks 2 and 3.