React Word Counter - JavaScript Exercise #16
Overview
In this exercise, you will create a React component that allows the user to input a text and displays the number of words in the text.
Instructions
Create a new component called WordCounter in a new file.
The component should have a textar...
rajeshtomjoe.hashnode.dev4 min read