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.
🚀Website - TextUtils
- Remove Punctuations
- Convert Into UpperCase
- Remove Extra Spaces
- Dark Mode Enabled
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
- Authentication
- More functions to be added