Skip to content

Commit

Permalink
updated readme and added certification pic
Browse files Browse the repository at this point in the history
  • Loading branch information
mblackonline authored Oct 27, 2022
1 parent ee2eb73 commit b80b40a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Binary file added JPMorganCertificateofCompletion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br>

### 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.
Expand Down

0 comments on commit b80b40a

Please sign in to comment.