Hello everyone, for an interview I was tasked with creating a small project that demonstrates my skills in Javascript using real-time data via a WebSocket, and state management in an Angular 7 app. I decided to make an app that displays cryptocurrency prices in real-time along with the most recent trades.
I'm looking for feedback on the design, code, or any features that should be added. Eventually, I might turn this into a multi-exchange trading platform using 1 familiar interface, instead of having to go to each exchange's website.
Currently, only Coinbase Pro is supported, and I'm working on real-time charting to add to it and will be creating a custom candlestick chart to display there.
The website is called Crypto Prices (original, I know!) and I've posted a link to the site as well as the code on Github.
https://crypto-prices.pro/
https://github.com/jh-code/crypto-prices
Thanks for reading, and I hope you like it! Let me know what you think and what features you might like to see!