https://github.com/siddhant-k-code/word-counter-
Today, I created a Counter App from scratch. It counts the number of Words, Characters, Whitespaces and Lines in an entered text. It also has the functionality of Text Formatting like Bold and Italic. It also have a Clear Button which clears the input field. - Uses Event Object to get the value of the text field. - Uses the Length Property to generate number of characters. - Uses Regular Expression to generate number of words and number of lines. - Uses Split Method to generate the number of spaces. - Uses Click Event Listener for bold and italic.
https://github.com/siddhant-k-code/word-counter-
css html js wordcount
Last synced: 2 months ago
JSON representation
Today, I created a Counter App from scratch. It counts the number of Words, Characters, Whitespaces and Lines in an entered text. It also has the functionality of Text Formatting like Bold and Italic. It also have a Clear Button which clears the input field. - Uses Event Object to get the value of the text field. - Uses the Length Property to generate number of characters. - Uses Regular Expression to generate number of words and number of lines. - Uses Split Method to generate the number of spaces. - Uses Click Event Listener for bold and italic.
- Host: GitHub
- URL: https://github.com/siddhant-k-code/word-counter-
- Owner: Siddhant-K-code
- License: mit
- Created: 2019-10-25T06:26:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T06:27:23.000Z (over 6 years ago)
- Last Synced: 2025-05-18T08:38:09.451Z (about 1 year ago)
- Topics: css, html, js, wordcount
- Language: CSS
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Word-Counter-
Today, I created a Counter App from scratch. It counts the number of Words, Characters, Whitespaces and Lines in an entered text. It also has the functionality of Text Formatting like Bold and Italic. It also have a Clear Button which clears the input field. - Uses Event Object to get the value of the text field. - Uses the Length Property to generate number of characters. - Uses Regular Expression to generate number of words and number of lines. - Uses Split Method to generate the number of spaces. - Uses Click Event Listener for bold and italic.