Skip to content

Latest commit

 

History

History

chartStockMarket

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Chart the Stock Market

Objective

Build a full stack JavaScript app that is functionally similar to this: http://watchstocks.herokuapp.com/ and deploy it to Heroku wherever.

It should be live at https://vesper-fcc-stockmarket.glitch.me/.

Chart the stock market

User Stories

  • I can view a graph displaying the recent trend lines for each added stock.
  • I can add new stocks by their symbol name.
  • I can remove stocks.
  • I can see changes in real-time when any other user adds or removes a stock. For this you will need to use Web Sockets.

Goals

  • This project needs to be responsive and mobile friendly

Notable Technologies

WebSockets, Highcharts, and Yahoo Finance.