Skip to content

Text Analyzer is the utility website to manipulate your text content in the way you want.

License

Notifications You must be signed in to change notification settings

ShrutiGossain/Text-Analyzer

Repository files navigation

Text-Analyzer

Text Analyzer is the utility website to manipulate your text content in the way you want. In addition to this, you can also get your text summary along with the preview.

What it does

Convert to Uppercase or Lowercase:

This operation changes all letters in the text to either uppercase or lowercase, providing a standardized format for the text.

Copying Text:

The text analyzer duplicates or replicates the given text, essentially creating a copy of the original content.

Removing Extra Spaces:

The text analyzer eliminates unnecessary spaces within the text, ensuring a cleaner and more consistent presentation.

Clearing Text:

This operation involves cleaning the text by removing the whole text elements.

Tech Used

  • HTML
  • CSS
  • JavaScript
  • React.js
  • Node.js

How to get started?

  • clone the repo

    git clone [email protected]:https:ShrutiGossain/Text-Analyzer.git
    
  • run the following commands

    cd Text-Anaylzer
    
    npm install
    
  • create a separate branch

    git branch <branch_name>
    
    git checkout <branch_name>
    
  • make changes and then stage, commit, push and create PR.

    git add .
    
    git commit -m "message"
    
    git push -u origin <branch_name>
    
  • Go to Create Pull Request tab above and create PR.

About

Text Analyzer is the utility website to manipulate your text content in the way you want.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published