Skip to content

HTML Text Counter Application

This is a simple HTML text counter application that allows users to input text and count the number of characters, words and lines in the text. The application uses HTML, CSS, and JavaScript to display the text and count the characters.

Getting Started

  1. Clone the repository.
  2. Open index.html on your browser.
  3. Enter text in the text area.
  4. Click the Calculate button and see the number of characters, words and lines.