https://github.com/varshadhanotiya/text-utils
https://github.com/varshadhanotiya/text-utils
bootsrap react-hooks react-lazy react-router react-router-dom reactjs suspense
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/varshadhanotiya/text-utils
- Owner: varshadhanotiya
- Created: 2025-02-19T08:43:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T08:59:50.000Z (over 1 year ago)
- Last Synced: 2025-03-17T04:40:12.707Z (over 1 year ago)
- Topics: bootsrap, react-hooks, react-lazy, react-router, react-router-dom, reactjs, suspense
- Language: JavaScript
- Homepage: https://text-utils-one-psi.vercel.app
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Utils
Text utils is a utility for text manipulation, transformation like changing case from lowercase to uppercase, uppercase to lowercase, trimming the extra space around text, counting the characters, words, etc in a given sentence, etc.
## Framework / Language used
> React, Bootstrap, react-router, react lazy, and Suspense.
## Current functionalities
- Convert to Uppercase - Convert the given text to lowercase.
- Convert to Lowercase - Convert the given text to lowercase.
- Convert to Titlecase - Make first letter of each word uppercase.
- Remove extra spaces from text - This will remove extra spaces and keep only a space and new lines.
- Reverse text - This will reverse the given text.
- Clear text - This will clear the text from the textarea.
- Copy text - Copies the text to clipboard.
## Future enhancements
- Add read from file functionality.
- Add different converters like rem to em, em to rem, px to rem, etc.
- Implement text-to-speech and speech-to-text features.