xivind / velo-supervisor-2000

Program to monitor bicycle service intervals
2 stars 0 forks source link

Decide on framework for GUI #1

Closed xivind closed 3 months ago

xivind commented 4 months ago

Looks like Bootstrap is the best option, for both mobile and desktop gui. Can handle basic user input. Vue is an alternative, but would probably add too much complexity and the extra options for user input is not needed. Note that Axios must be used together with bootstrap to handle interaction with the back-end. This issue resolves also issue #2 about framework for mobile gui.

xivind commented 4 months ago

Consider these also: https://geekflare.com/bootstrap-alternatives/

xivind commented 3 months ago

Testet Bootstrap and it seems like a good option, use that.