Skip to content

Duke0404/WordCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Counter

Word Counter is a simple utility that counts the number of words in a body of text.

See it in action

This word counter is created using React & uses some simple logic to identify words from the block of entered text even when they are not separated by spaces.