This is a simple JavaScript project that provides functionality for processing and manipulating text. It allows user to manipulate any amount of text with click of buttons.
- Text Transformation: Peforms various types of text transformation
- Example: Uppercase & Lovercase conversion, Sentence Capitalization and Whitespace removing
- Search for words and sentences: Search for a specific word or sentence in a given text.
- Using the application: https://ishwor-git.github.io/textify/
-Running Locally: 1. Clone the Repository
git clone https://github.com/your-username/text-processing-js.git
cd text-processing-js
# If using npm
npm install
# If using yarn
yarn
after this you can modify as per your need and enjoy
Textify/
|-- docs/
| |--src/
| | |... other js files
| |-- index.html
| |-- app.js
|-- package.json
|-- README.md
|-- ...