A demo app which show historical stock market data on a chart. It was built using the MEAN stack and uses socket.io to sync the graph across clients.
- As a user, I can view a graph displaying the recent trend lines for each added stock.
- As a user, I can add new stocks by their symbol name.
- As a user, I can remove stocks.
- Bonus: As a user, I can see changes in real-time when any other user adds or removes a stock.