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.
- 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.
- Text Input: Enter the text you want to analyze into the application.
- Analysis Results: The application will display the analysis results on the screen.
To run this project locally, follow these steps:
- Download Project Files:
git clone https://github.com/metehankiran/charcounter cd charcounter open index.html
This project is licensed under the MIT License. See the LICENSE file for more details.