Skip to content

wdranjeet/Word-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Word Counter Web Application

A modern, responsive word counter application built with vanilla JavaScript and styled with Tailwind CSS.

Features

  • Real-time counting of:

    • Words
    • Characters (with and without spaces)
    • Paragraphs
    • Spaces
    • Sentences
    • Reading time estimate
  • Responsive design that works on desktop and mobile

  • Clean, modern UI with Tailwind CSS

  • Accessibility features with proper ARIA labels

  • Clear functionality to reset the text area

Technologies Used

  • HTML5
  • JavaScript (ES6+)
  • Tailwind CSS
  • CSS Grid & Flexbox

Setup Instructions

  1. Clone or download the project files
  2. Open index.html in your web browser
  3. Start typing or paste text to see real-time statistics

File Structure

word-counter-app/
├── index.html          # Main HTML file
├── js/
│   └── app.js         # JavaScript logic
└── README.md          # Project documentation

Usage

  1. Open the application in your web browser
  2. Type or paste text in the textarea
  3. View real-time statistics below the text area
  4. Use the "Clear Text" button to reset

Browser Support

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)

Contributing

Feel free to submit issues and enhancement requests!

About

Count words and characters in text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors