Skip to content

An app to buy and sell stocks using virtual curency, and track your investment portfolio

Notifications You must be signed in to change notification settings

tuomaskivioja/Stock-Trading-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock-Trading-App

finance

An app to buy and sell stocks using virtual curency, and track your investment portfolio. The app uses the IEX API to fetch stock price data.

The user has access to the following features:

View holdings

On the main page, you can see your current sock & cash holdings as well as a visual pie chart representing your current portfolio. The chart is created using the Chart.js library by dynamically obtaining the values & values from the table view inside the index.js function and then generating a random colour for each value to be displayed in the pie chart. This generation happens on each page refresh.

Buy

You can buy stocks by entering the stock symbol and number of shares. Before this, you may want to use the quote feature below to check the price.

Quote

View current stock prices by looking up stocks by their symbol.

Sell

Sell stocks by selecting the symbol fromt the list of owned stocks and number of shares you want to sell.

View transaction history

View transaction history including price, date and number of shares bought for any transaction you have made before. The data is saved in an SQLite databse and saved on the server so history is maintained across sessions.

Deposit

If you are running low on funds, you can deposit as much (fake) money as you like to buy some more stonks!

About

An app to buy and sell stocks using virtual curency, and track your investment portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published