/TextUtils

TextUtils is a word counter and a character counting utility which can be used to manipulate your text in the way you want. You can remove punctuations, convert your text Uppercase.

Primary LanguageJavaScript

TextUtils

TextUtils is a word counter and a character counting utility which can be used to manipulate your text in the way you want. You can remove punctuations, convert your text Uppercase.

contributions welcome Open Source? Yes!


🚀Website - TextUtils

Features

  • Remove Punctuations
  • Convert Into UpperCase
  • Remove Extra Spaces
  • Dark Mode Enabled

Screenshot

How to Run Locally

Run the below command to clone the repository locally

git clone https://github.com/tanmaythole/TextUtils.git

To run the application, go to the root directory and run the below commands:

npm install         // install all react-dependencies
npm start           // start react app

this will run your application in localhost:3000


Future Scope

  • Authentication
  • More functions to be added

If you liked my work do give a star ⭐⭐⭐ It Encourages me to do more