A simple and responsive Word Counter web application built using HTML, CSS, and JavaScript. It counts words and characters in real time as the user types or pastes text.
- Real time word counting
- Real time character counting
- Simple and clean user interface
- Lightweight and fast
- Fully responsive design
- Works in all modern browsers
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- Clone the repository:
git clone https://github.com/Didula-Gamage99x/word-counter.git-
Open the project folder
-
Open
index.htmlin your browser
This project was created to practice JavaScript DOM manipulation and real-time input handling.