Word Counter
Paste any text and get live word, character, and sentence counts plus an estimated reading time.
A tiny app thatβs all about one idea: reacting to every keystroke with an input event. The counting is done with two regular expressions β a nice, gentle introduction to what regex is for.
π Peek at the code code/word-counter/index.html
Loading codeβ¦
π Peek at the prompt code/word-counter/PROMPT.md
Loading codeβ¦