An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

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
```
4) **Install the node packages.**
```
npm install
```
5) **Then start the frontend server.**
```
npm start
```

## Screenshot

🌝 **Light Mode:**
![image](https://user-images.githubusercontent.com/79099734/189593645-c9051b90-9cd9-4662-95ed-a7dda2bd6e4b.png)

🌚 **Dark Mode:**
![image](https://user-images.githubusercontent.com/79099734/189593798-94357cb9-40ec-45e1-a9ae-78c364a0780f.png)

---

## 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😊.