An open API service indexing awesome lists of open source software.

https://github.com/tedlivist/tedlivist.github.io

This Word Counter program, as the name implies, is a program that counts the number of words in an input area. It may be considered an equivalent of the process behind Microsoft Word word counter. This program was mainly written to practice the Array.flat method in Javascript
https://github.com/tedlivist/tedlivist.github.io

Last synced: 12 months ago
JSON representation

This Word Counter program, as the name implies, is a program that counts the number of words in an input area. It may be considered an equivalent of the process behind Microsoft Word word counter. This program was mainly written to practice the Array.flat method in Javascript

Awesome Lists containing this project

README

          

### Word Counter

> This is a basic program that counts the number of words put into the box
> It displays the number on leaving the box or pressing the `Count` button

[Access the live demo here](https://TedLivist.github.io)