Skip to content

This Word Counter Machine is a simple web application that allows users to analyze and count words, letters, and spaces in a given text. Users can paste or type text into a textarea, and the application dynamically updates the counts in real-time πŸš€

Notifications You must be signed in to change notification settings

ranawebpro/Word-Counter-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Technologies:

HTML-CSS & JavaScript

πŸš€ Key Features:

Word Count: Displays the total number of words in the provided text. Letter Count: Calculates and shows the total number of letters (alphabetical characters) in the text. Space Count: Counts and displays the total number of spaces in the text.

Input Validation:

Two checks ensure text quality - At Least Two Characters (verifying each word has at least two characters) and Absence of Three Consecutive Characters.

Happy coding, and may your bugs be minimal :)

About

This Word Counter Machine is a simple web application that allows users to analyze and count words, letters, and spaces in a given text. Users can paste or type text into a textarea, and the application dynamically updates the counts in real-time πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages