πŸ•Ή Designing frontend UI had always been a more fav part of coding for me, and got to play with the styling simplicity of Bulma and the delightful reactivity of Vue

Was delighted when I discovered I could hide/show UI based on certain states/data! Like in this case when the word count reaches a certain number, show πŸ‘Ž+ is-light class using a v-if, and πŸ‘+is-primary class on v-else. I also could v-bind the disabled property of a button to the word count, so that it becomes active when the condition is reached (in this case, the word count). Now we talkin! 🀩