markusaksli / TradeBot

Crypto trading bot using Binance API (Java)
GNU General Public License v3.0
373 stars 138 forks source link

GUI #8

Open markusaksli opened 3 years ago

markusaksli commented 3 years ago

Incorporate the bot functionality into a graphical interface instead of the current console app solution. Depending on the chosen framework this could be built into an app or web app as well as a desktop application.

guessthepw commented 3 years ago

I am a UI Dev, and would love to contribute to this.

markusaksli commented 3 years ago

Thanks @herbedev

What stack are you familiar with? I'm most familiar with Flutter but nothing is set in stone yet. There's quite a bit of work to be done before the GUI is feasible though (https://github.com/markusaksli/TradeBot/issues/9 https://github.com/markusaksli/TradeBot/issues/7).