WordCounter
WordCounter is a tool for counting the lenght of any text. That’s really useful, in example, for posting at social networks that force you to keep short the message!
This app can help you to know the number of paragraphs, sentences, words, characters (without counting spaces) and characters (with spaces) that are contained in your text.
Demo
There is a demo deployed on Netlify: https://word-counter-vuejs.netlify.app/
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint