Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 601 Bytes

WordCounter

Adaptation of the original JavaScript wordcounter demo ready for use locally without internet connection.

Translated into french language.

Code from: https://github.com/fengyuanchen/wordcounter

Thanks to: @fengyuanchen

Added

  • Form that allows the use of the functions already included in the .js code that were not available in the demo

    • Minimal count
    • Minimal length
    • Ignore words (input split by whitespace)
    • Ignore case
  • Form that allows the loading of a local plain text file

Removed

  • Options that are not useful for its use
  • Image used to decorate