Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrijadastidar/texto-react
Text Manipulation on fingertips
https://github.com/adrijadastidar/texto-react
css javascript react-components react-hooks react-router reactjs
Last synced: about 1 month ago
JSON representation
Text Manipulation on fingertips
- Host: GitHub
- URL: https://github.com/adrijadastidar/texto-react
- Owner: AdrijaDastidar
- Created: 2024-06-23T20:13:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T19:11:47.000Z (8 months ago)
- Last Synced: 2024-11-16T12:25:56.727Z (3 months ago)
- Topics: css, javascript, react-components, react-hooks, react-router, reactjs
- Language: JavaScript
- Homepage:
- Size: 947 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Texto
Texto is a web application designed to manipulate and analyze text input. Whether you need to **convert text to uppercase** or **lowercase**, **reverse the text**, or even **invert the case of characters**, Texto provides a simple interface to perform these operations. Additionally, it offers a summary of the text input, including **character count**, **word count**, **sentence count**, and **estimated reading time**.
Link - https://adrijadastidar.github.io/Texto-React/
## Features
### Text Manipulation:- **Convert text to uppercase**
- **Convert text to lowercase**
- **Reverse the text order**
- **Invert the case of characters**### Text Analysis:
- **Character count**
- **Word count**
- **Sentence count**
- **Estimated reading time** (based on average reading speed)## Usage
1. **Input Text:**
Enter your text in the textarea provided on the main page.### Text Manipulation:
- Use buttons to **convert text to uppercase** or **lowercase**
- **Reverse the order** of the text
- **Invert the case of characters**### Text Analysis:
- View the summary section to see **character count**, **word count**, **sentence count**, and **estimated reading time**
## Contributing
Contributions are welcome! If you have any suggestions, feature requests, or find any issues, please create a GitHub issue or submit a pull request.