/TextUtils

I developed TextUtils using reactjs, a Javascript-based web application offering users text formatting, modification, and styling. The UI features reusable components with a global dark/light mode and various theme colors for enhanced user experience.

Primary LanguageJavaScript

TextUtils

main page

TextUtils is a text analyzer, word counter and converter made with React.

Textutils gives you a way to analyze your text quickly and efficiently. Be it word count, character count ,converting to uppercase or anything.

Local Setup:

  1. Fork the Repository.

  2. Clone it to your local system.

  3. Navigate to the project directory ๐Ÿ“.

cd Textutils
  1. Install the node packages.
 npm install
  1. Then start the frontend server.
 npm start

Screenshot

๐ŸŒ Light Mode: image

๐ŸŒš Dark Mode: image


Improvement Required:

  1. Make website UI more attractive.
  2. Add more functionality like find and replace the word, Capitalise first letter, changing text colour ,reverse text etc.
  3. Feel free to create an issue if you find any.

Important:

  1. 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.
  2. 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

Contributing ๐Ÿ‘จโ€๐Ÿ’ป

  • 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.

License ๐Ÿ›ก๏ธ

TextUtils is licensed under the MIT License - see the LICENSE file for details.

Happy Coding๐Ÿ˜Š.