Lisk Statistic

While reading about decentralized apps and blockchain I found Lisk blockchain application platform. I'm trying to learn more about the stock market but real-time market stats are changing to fast for me too read :) In order to provide myself some time to study the patterns I created an app which pulls Lisk's data from Bittrex API and helps me to analyze the data.

Basically, I want to filter out small transactions in order to see bigger buy/sell orders, check what orders have affected price the most, have longer market history and be able to sort orders and history table by clicking a table header...
Lisk price in Satoshi is with too many decimals for me so I adjusted the presentation towards displaying the values in USD and customized chart presentation to display RSI and MACD.

The project is open source, consisting of two parts:
1. Backend app written in Swift, using Kitura - Source
2. Front-end app with React/Bootstrap - Source.