nikolafon / coinsack

Cryptocurrency wallet
GNU General Public License v3.0
2 stars 0 forks source link

Decide on UX and UI design #5

Closed nikolafon closed 7 years ago

nikolafon commented 7 years ago

Use Angular UI component library or plain Angular with some CSS framework

nikolafon commented 7 years ago

Angular Material components (https://material.angular.io/components) seems a good fit. It has all components that application needs and it is well integrated and tested with angular. Some additional custom CSS will be applied to give application unique look and feel.

nikolafon commented 7 years ago

On the other hand Material design will not give unique look and feel to the web app. it might be good to consider some pure css framework and have more flexibility when doing design. Consider http://bulma.io as css framework

nikolafon commented 7 years ago

Third option would be to use normalize.css and to have custom styling without any frameworks. Application design is fairly small and simple so using full css framework would be an overhead.