/Textutils

Textutils analyze your text quickly and efficiently.

Primary LanguageJavaScript

Textutils

Textutils gives you a way to analyze your text quickly and efficiently. Be it word count, character count ,converting to uppercase or anything.

Local Setup:

  1. Fork the Repository.

  2. Clone it to your local system.

  3. Navigate to the project directory 📁.

cd Textutils
  1. Install the node packages.
 npm install
  1. Then start the frontend server.
 npm start

See CONTRIBUTING.md file to know how to create the PR and contribute to this repo.

Improvement Required:

  1. Make website UI more attractive.
  2. Add more functionality like find and replace the word, Capitalise first letter, changing text colour ,reverse text etc.
  3. Feel free to create an issue if you find any.

Happy Coding😊.