https://github.com/dsdipto7/textflex
https://github.com/dsdipto7/textflex
bootstrap css html javascript reactjs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dsdipto7/textflex
- Owner: DsDipto7
- Created: 2024-10-27T17:46:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-23T15:33:56.000Z (over 1 year ago)
- Last Synced: 2025-01-09T04:46:45.066Z (about 1 year ago)
- Topics: bootstrap, css, html, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextFlex
**TextFlex** is a React-based web application that provides a range of text manipulation and analysis tools. This app allows users to modify, analyze, and manage their text content efficiently.
## Features
- **Convert to Uppercase**: Change all text to uppercase.
- **Convert to Lowercase**: Change all text to lowercase.
- **Word & Character Count**: Automatically count the number of words and characters in the entered text.
- **Reading Time Calculation**: Estimate the time required to read the text.
- **Text-to-Speech**: Reads the text out loud.
- **Remove Extra Spaces**: Clears extra spaces between words in the text.
- **Copy Text**: Copies the current text to the clipboard.
- **Clear Text**: Deletes all text from the input box.
## Usage
- Enter text in the input box.
- Use the available buttons to perform actions on the text:
- Convert case, count words and characters, calculate reading time, read aloud, remove spaces, copy, and clear.
- View real-time text analysis and preview.
## Technologies Used
- React: For building the user interface.
- JavaScript: For functionality.
- CSS: For styling.
## Future Improvements
- More text analyzing functionality can be added