How Word Counter works
The word counter updates as you type, showing word count, character count with spaces, character count without spaces, sentence count, paragraph count and an estimated reading time. There is no submit button; all six metrics recalculate on every keystroke. The text you type stays in the browser tab; it is never sent to a remote service, which is verifiable by watching the Network tab in DevTools while you type.
Word boundaries follow Unicode word-break rules, so contractions like "don't" count as one word and hyphenated compounds like "well-known" count as one word. Sentence boundaries are detected by terminal punctuation (period, exclamation mark or question mark) followed by whitespace and an uppercase letter or end of text. Reading time is estimated at 200 words per minute, a common approximation for adult reading speed on screen.