aaronchan73 / stockview

Real-time stock tracking web application.

Home Page:https://aaronchan73.github.io/stockview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StockView

StockView

Real-time stock tracking web application made in React.js, with styling using Tailwind CSS. Updated data is fetched from Alpha Vantage's stock market API, which is visualized using Victory.js!

Screen Shot 2022-01-12 at 9 42 17 PM

Stock Details

View stock details, which include the amount of shares purchased, the initial price it was purchased at, the closing price, the opening price, the daily high price, the daily low price, and the volume. Net profits are calculated based on the bought price and the current closing price, which can be added to the Total Net Profit via the plus button underneath.

Weekly stock trends are visualized via a line graph, with the daily growth below (shown as both the percentage and the amount).

Screen Shot 2022-01-12 at 8 01 07 PM

Adding Stocks

Simply add stocks by pressing onto the Add Stock button. Input the stock code, initial bought price per share, and the number of shares purchased before submitting. Delete a stock using the trashcan button at the bottom.

Screen Shot 2022-01-12 at 8 00 37 PM

About

Real-time stock tracking web application.

https://aaronchan73.github.io/stockview/


Languages

Language:JavaScript 83.1%Language:HTML 11.6%Language:CSS 5.3%