Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jer-B authored Jan 24, 2024
1 parent b71c81e commit 765976b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,63 +19,63 @@ Starting with $10,000 of fake money.

<br/>
<p align="center">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/register.png" width="600" alt="register">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/register.png" width="700" alt="register">
</p>
<br/>

2. Login with your account.

<br/>
<p align="center">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/login.png" width="600" alt="Login">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/login.png" width="700" alt="Login">
</p>
<br/>

3. Here is the default page after login. The portofolio summary, with the initial amount of money.

<br/>
<p align="center">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/default_sum.png" width="600" alt="portofolio summary">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/default_sum.png" width="700" alt="portofolio summary">
</p>
<br/>

4. On the "Quote" page, input a stock acronym. And check it's price. Doesn't work if the acronym is wrong.

<br/>
<p align="center">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/quote.png" width="600" alt="Login">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/quote.png" width="700" alt="Login">
</p>
<br/>

5. On the "Buy" page, input a stock acronym and the number of share to buy. You can't buy more than you can afford.

<br/>
<p align="center">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/buy3_quote.png" width="600" alt="Login">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/buy3_quote.png" width="700" alt="Login">
</p>
<br/>

6. After buying, the portofolio summary is updated. Shares are added to the portofolio, and the amount of money is updated.

<br/>
<p align="center">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/sfter_buy.png" width="600" alt="Login">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/sfter_buy.png" width="700" alt="Login">
</p>
<br/>

7. On the "Sell" page, input a stock acronym and the number of share to sell. You can't sell more than you own.

<br/>
<p align="center">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/sell_3.png" width="600" alt="Login">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/sell_3.png" width="700" alt="Login">
</p>
<br/>

8. After selling, the portofolio summary is updated. Shares are removed from the portofolio, and the amount of money is updated.

<br/>
<p align="center">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/sell_3.png" width="600" alt="Login">
<img src="https://github.com/Jer-B/jer-b.github.io/blob/main/assets/code_img/finance/sell_3.png" width="700" alt="Login">
</p>
<br/>

Expand Down

0 comments on commit 765976b

Please sign in to comment.