-
Fork the Repository.
-
Clone it to your local system.
-
Navigate to the project directory ๐.
cd Textutils
- Install the node packages.
npm install
- Then start the frontend server.
npm start
- Make website UI more attractive.
- Add more functionality like find and replace the word, Capitalise first letter, changing text colour ,reverse text etc.
- Feel free to create an issue if you find any.
- Refrain from changing old lines of code by adding or removing space ,adding semicolon etc which are unnecessary.Just add the new lines of code you have worked upon or made changes to.
- Please link your PR to an issue.
It has the following features:
- Convert Text to UpperCase
- Convert Text to LowerCase
- Convert Text to SentenceCase
- Encode to base64
- Clear Text
- Extract Numbers
- Extract Links
- Listen text and stop it
- Remove white space
- Remove special characters
- Copy to clipboard
- Reverse text
- Change text
- Undo action
- Redo action
- Preview input text
- Count characters, words, statements, questions, exclamations
- Contributions make the open source community such an amazing place to learn, inspire, and create.
- Any contributions you make are greatly appreciated.
- Check out our contribution guidelines for more information.
TextUtils is licensed under the MIT License - see the LICENSE file for details.


