https://github.com/parin-prog/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.
https://github.com/parin-prog/textutils
css3 javascript reactjs
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/parin-prog/textutils
- Owner: parin-prog
- Created: 2023-03-14T04:03:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T06:21:11.000Z (over 2 years ago)
- Last Synced: 2024-12-30T00:15:06.905Z (about 1 year ago)
- Topics: css3, javascript, reactjs
- Language: JavaScript
- Homepage: https://text-utils-parprog.vercel.app
- Size: 262 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TextUtils
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
```
4) **Install the node packages.**
```
npm install
```
5) **Then start the frontend server.**
```
npm start
```
## Screenshot
π **Light Mode:**

π **Dark Mode:**

---
## 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](/CONTRIBUTING.md) for more information.
## License π‘οΈ
TextUtils is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Happy Codingπ.