Skip to content

a simple text formatting web application developed using JavaScript

Notifications You must be signed in to change notification settings

Ishwor-git/textify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a simple text formatting web application developed using JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published