text_word_counter
v1.0.2
Published
A TypeScript-based command-line word counter using Node.js, Inquirer, and Chalk. This tool allows users to input a sentence or group of words and provides the total word count.
Downloads
9
Readme
Word-Counter
A TypeScript-based command-line word counter using Node.js, Inquirer, and Chalk. This tool allows users to input a sentence or group of words and provides the total word count.
About
This project was developed as an assignment for the first quarter of the Governor Sindh IT Initiative Program. It will be showcased on my GitHub and npm profiles.
Features
Word Count: Counts the number of words in the input sentence or paragraphs.
Input Cleaning: Removes any non-alphanumeric characters before counting.
User-Friendly Prompts: Guides users through entering their text with simple prompts.