A simple and responsive web application that counts words, characters, and sentences in real-time as you type — featuring an elegant Dark / Light Mode toggle.
- 📝 Real-time counting of:
- Words
- Characters
- Sentences
- 🌗 Toggle between Light Mode and Dark Mode
- 💻 Responsive, minimal user interface
- ⚡ Lightweight — built using pure HTML, CSS, and JavaScript (no frameworks)
Word Counter/
│
├── index.html # Main HTML file
├── style.css # Styling (Light/Dark mode)
├── script.js # JavaScript logic for counting and theme toggle
└── README.md # Project documentation
- Clone or download this repository:
- Open the
index.htmlfile in any browser. - Type or paste your text into the text box.
- Watch the live counts of words, characters, and sentences update instantly.
- Click the 🌙 Night Mode / ☀️ Light Mode button to toggle between themes.
- HTML5 – Structure
- CSS3 – Styling and themes
- JavaScript (Vanilla) – Logic and interactivity.
Enjoy using the Text Counter Web App for all your writing and editing needs!