https://github.com/krisha1703/word-counter
This project provides various text statistics including word count, letter count, sentence count, and more, implemented using HTML, CSS, and JavaScript.
https://github.com/krisha1703/word-counter
countwords css css3 html html5 javascript webapplication webproject wordcount wordcounter
Last synced: about 2 months ago
JSON representation
This project provides various text statistics including word count, letter count, sentence count, and more, implemented using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/krisha1703/word-counter
- Owner: Krisha1703
- Created: 2024-03-18T11:17:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T11:28:38.000Z (over 2 years ago)
- Last Synced: 2025-04-09T19:46:44.664Z (about 1 year ago)
- Topics: countwords, css, css3, html, html5, javascript, webapplication, webproject, wordcount, wordcounter
- Language: JavaScript
- Homepage: https://krisha1703.github.io/Word-Counter/
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word-Counter
This project provides various text statistics including word count, letter count, sentence count, and more, implemented using HTML, CSS, and JavaScript.
**Core Features**
- Count Words: This feature allows the user to count the number of words in a text entered by the user.
- Count Sentences: This feature allows the user to count the number of sentences in a text entered by the user.
- Count Total Letters: This feature allows the user to count the total number of letters in a text entered by the user.
- Count Each Letter: This feature allows the user to count the number of each letter in a text entered by the user.
**Advanced Features**
- Count Punctuations: This feature allows the user to count the number of each punctuation in a text entered by the user.
- Count Common Words: This feature allows the user to count the number of some common words in a text entered by the user like is, are, you, etc.
- Count Searched Word: This feature allows the user to count the frequency of a searched word in a text entered by the user.
**Project Structure**
The project structure is as follows:
- index.html: Main HTML file containing the calculator interface.
- style.css: CSS file for styling the calculator interface.
- javascript.js: JavaScript file containing the calculator logic and functionality.
- logo.png: Favicon for the web page.
- cursor.png: Custom cursor throughout the web page.
**Live Demo**
You can view the live project by following this link: https://krisha1703.github.io/Word-Counter/