heymi-word-counter-app
v1.1.1
Published
Word Counter Console based App written in TypeScript that checks a whole paragraph for words and characters that are typed in.
Downloads
4
Readme
Word Counter Console Application
Word Counter Console based App written in TypeScript that checks a whole paragraph for words and characters that are typed in.
You can run it with npx command to play with it in the terminal / command prompt:
npx heymi-word-counter-app
Develop yourself
To develop this app you can watch the making of this app here:
Regular Expressions in TypeScript | Word Count Console Application
Github Repo
Here is the github link for source code: Word Counter