Skip to content
/ play Public

This is one of the finest project and really useful if you want to play with Texts.

License

Notifications You must be signed in to change notification settings

26-PM/play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

play

https://26-pm.github.io/play


Text Transformer React App

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.

Features

  • 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.

Demo

Check out the live demo of the application here.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone (https://github.com/26-PM/play.git)
  2. Navigate to the project directory:

    cd play
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start

The app will be available at http://localhost:3000.

Usage

  1. Enter the text you want to transform in the input field.
  2. 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.
  3. The transformed text will be displayed in the output field.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • CSS: Styling the application for a beautiful and responsive design.
  • JavaScript: Logic for text transformation.

Contributing

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.

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

License

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!

About

This is one of the finest project and really useful if you want to play with Texts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published