Welcome to the Text Transformer React App! This application provides various text transformation utilities to make your text formatting tasks easier. With a simple and intuitive interface, you can quickly convert your text to uppercase, lowercase, sentence case, and remove spaces from both sides.
- Uppercase Conversion: Transform all the letters in your text to uppercase.
- Lowercase Conversion: Transform all the letters in your text to lowercase.
- Sentence Case Conversion: Capitalize the first letter of each sentence.
- Trim Spaces: Remove spaces from both sides of the text.
Check out the live demo of the application here.
To run this project locally, follow these steps:
-
Clone the repository:
git clone (https://github.com/26-PM/play.git)
-
Navigate to the project directory:
cd play
-
Install dependencies:
npm install
-
Start the development server:
npm start
The app will be available at http://localhost:3000
.
- Enter the text you want to transform in the input field.
- Choose the desired transformation:
- Uppercase: Convert all text to uppercase.
- Lowercase: Convert all text to lowercase.
- Sentence Case: Capitalize the first letter of each sentence.
- Trim Spaces: Remove leading and trailing spaces.
- The transformed text will be displayed in the output field.
- React: A JavaScript library for building user interfaces.
- CSS: Styling the application for a beautiful and responsive design.
- JavaScript: Logic for text transformation.
Contributions are welcome! If you have any ideas or suggestions to improve the app, please feel free to submit a pull request or open an issue.
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to customize this README to better suit your project's specifics and personal preferences!