Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.3 KB

File metadata and controls

52 lines (35 loc) · 1.3 KB

🧮 Word Counter Web App

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.


✨ Features

  • 📝 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)

🧩 File Structure

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

🚀 How to Use

  1. Clone or download this repository:
  2. Open the index.html file in any browser.
  3. Type or paste your text into the text box.
  4. Watch the live counts of words, characters, and sentences update instantly.
  5. Click the 🌙 Night Mode / ☀️ Light Mode button to toggle between themes.

🛠️ Tech Stack

  • 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!