@abdul_waheed/word-counter
v1.0.1
Published
This is a simple command-line application that counts the number of words in a sentence entered by the user.
Downloads
3
Readme
Word Counter
This is a simple command-line application that counts the number of words in a sentence entered by the user.
Installation
- Make sure you have Node.js installed.
- Clone this repository.
- Run
npm install
to install the dependencies.
Usage
- Open a terminal in the project directory.
- Run the command
npm start
. - Follow the prompts to enter a sentence.
- The program will display the number of words in the sentence.
Dependencies
License
This project is licensed under the MIT License