tl;dr: This app allows users visualize the recent trend lines for stocks
- 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
The app is built on Express with Socket.io support and server-rendering Vue. It uses hackathon-starter as a boilerplate.
npm install && npm run dev
TODO
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO
Author: Kuriakin Zeng