Skip to content

Simple application that reports on word & character count statistics.

Notifications You must be signed in to change notification settings

lewie9021/word-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Counter

A small web application that calculates statistics based on the content inputted by the user. These include sentences, words, characters, and word density.

Motivation

While I'm writing articles, I find it useful to see geeky statistics (particularly the word count) on the content I've created. Although this doesn't directly map to the quality of my articles, it does give me an indication of whether or not I should expand more (given a complex concept) or to reduce the amount waffling.

Word density helps me identify frequently used words that could make the article seem boring. This should be a little more intelligent than naively showing any word since common words (it, the, that, etc) would pollute the top potion of the list.

Screenshots

Main Screenshot

Blacklist Screenshot

Component Hierarchy

Component Hierarchy Diagram

Dependency Graph (Module Tree)

Dependency Graph

Technology Stack

Languages

Libraries

Testing

Future Improvements

  • Textbox resizes when content overflows.
  • Render a word cloud to better visualise word density.

About

Simple application that reports on word & character count statistics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages