Binance Market Viewer is an interface application written in C++ using the JUCE framework.
- Price and token data was pulled using Binance API.
- These were passed to a tableListBoxModel.
- A flasher class has been added according to the price change
- The code is written so that when the price increases, green color will be lit.
- When the price will decrease, red color will be lit.
Image will be added later.