A mobile app for the platform Steemit.com. This app is capable of running on iOS and Android sharing the same basecode. Also, this application will include all the features present in the Steemit.com website for those who prefer to use a mobile device instead of a desktop computer.
Above each post, there is a reputation on the right side of the user's name. It is important that reputations appear. The reputation of all users must appear correctly. In short, sometimes the reputations of the users do not appear (NaN appears). It should not be like that. Reputations are available for every user and should appear.
While all users' reputation should be visible, they usually do not appear in the Trending page posts (NaN).
It is possible to encounter this bug on every page, but more often than not I get confused by the Trending page. Usually we are in the same users if we can not find the cause of the fault. It should not be like that always had to work right.
$ sudo npm install -g cordova
$ sudo npm install -g ionic
$ git clone https://github.com/Steemia/Steemia
$ cd Steemia
$ npm install
$ ionic serve --l
Like that.