A modern, responsive word counter application built with vanilla JavaScript and styled with Tailwind CSS.
-
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
- HTML5
- JavaScript (ES6+)
- Tailwind CSS
- CSS Grid & Flexbox
- Clone or download the project files
- Open
index.htmlin your web browser - Start typing or paste text to see real-time statistics
word-counter-app/
├── index.html # Main HTML file
├── js/
│ └── app.js # JavaScript logic
└── README.md # Project documentation
- Open the application in your web browser
- Type or paste text in the textarea
- View real-time statistics below the text area
- Use the "Clear Text" button to reset
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
Feel free to submit issues and enhancement requests!