Skip to content

The Text Utils App is a React-based application that provides various text manipulation utilities

License

Notifications You must be signed in to change notification settings

Akib-Vijapura/TextUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Utils App

The Text Utils App is a React-based application that provides various text manipulation utilities. It allows users to perform operations such as finding the number of words and characters in a given paragraph, converting the text to uppercase or lowercase, and removing extra spaces from the paragraph.

Features

  • Word and Character Count: Users can enter a paragraph of text, and the app will display the number of words and characters in real-time.
  • Text Conversion: Users can convert the paragraph to uppercase or lowercase with a single click.
  • Extra Space Removal: Users can remove extra spaces between words in the paragraph, making it more readable.

Getting Started

Prerequisites

To run the Text Utils App locally, you need to have the following installed on your machine:

  • Node.js (version 12.0 or higher)
  • npm (version 6.0 or higher)

Installation

  1. Clone this repository to your local machine using the following command:

    git clone https://github.com/Akib-Vijapura/TextUtils.git
  2. Navigate to the project directory:

    cd TextUtils
    

Usage

  1. Start the application:
    npm start
    
  2. Open your web browser and navigate to http://localhost:3000 to access the Text Utils App.
  3. Enter a paragraph of text in the input field.
  4. Explore the different utilities available, such as word and character count, text conversion, and extra space removal.

Contributing

Contributions are always welcome! If you find any issues or have suggestions for improvements, please submit an issue or a pull request to this repository.

License

This project is licensed under the MIT License.

Acknowledgements

  • This app was built using React.js. Learn more about React and its ecosystem here.
  • The project structure and configuration were inspired by create-react-app.

Contact

If you have any questions or need further assistance, please feel free to reach out to the project maintainer:

About

The Text Utils App is a React-based application that provides various text manipulation utilities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published