Skip to content

PCON-Hacktoberfest-2022/Textutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Important:

  1. Refrain from changing old lines of code by adding or removing space ,adding semicolon etc which are unnecessary.Just add the new lines of code you have worked upon or made changes to.
  2. Please link your PR to an issue.

Happy Coding😊.