Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2.02 KB

File metadata and controls

45 lines (31 loc) · 2.02 KB

Textify : Process your texts with ease

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.

Features

  • 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.

Getting started

-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

File Structure

Textify/
|-- docs/
| |--src/
| | |... other js files
| |-- index.html
| |-- app.js
|-- package.json
|-- README.md
|-- ...