/charcounter

A simple and efficient Char Counter application that analyzes text to count the number of words, sentences, paragraphs, and characters.

Primary LanguageHTML

Char Counter Application

This project is a char counter application that allows users to analyze text. The application counts the words, sentences, paragraphs, and characters in the given text.

Features

  • Word Counter: Calculates the total number of words in the given text.
  • Sentence Counter: Calculates the total number of sentences in the text.
  • Paragraph Counter: Calculates the total number of paragraphs in the text.
  • Character Counter: Calculates the number of characters in the text, with and without spaces.

Usage

  1. Text Input: Enter the text you want to analyze into the application.
  2. Analysis Results: The application will display the analysis results on the screen.

Installation

To run this project locally, follow these steps:

  1. Download Project Files:
    git clone https://github.com/metehankiran/charcounter
    cd charcounter
    open index.html
    

License

This project is licensed under the MIT License. See the LICENSE file for more details.