Word analytic is a react app to extract analytics about a text inspired by the the word counter project.
Important
The project uses React bootstraped using vite. To Run the project make sure you have nodejs installed in your system then run npm install to install the dependencies And run development server by running npm run dev in your terminal
- Counts every character of the typed text
- Counts the number of words available in a given text
- Compares the given text to the limit of characters required by an instagram post
- Compares the given text to the limit of characters required by a facebook post
- Rich user interface