https://github.com/innovatorved/textmanipulator
TextManipulator WebApp can be Used to Manipulate Your Text
https://github.com/innovatorved/textmanipulator
innovatorved reactjs text text-editing text-processing webdevelopment
Last synced: 4 months ago
JSON representation
TextManipulator WebApp can be Used to Manipulate Your Text
- Host: GitHub
- URL: https://github.com/innovatorved/textmanipulator
- Owner: innovatorved
- Created: 2021-08-24T18:21:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-12-30T17:23:14.000Z (7 months ago)
- Last Synced: 2026-01-03T13:07:37.177Z (7 months ago)
- Topics: innovatorved, reactjs, text, text-editing, text-processing, webdevelopment
- Language: TypeScript
- Homepage: https://textmanipulator.vedgupta.in
- Size: 1.82 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextManipulator
Modern text manipulation web app: clean up spacing/lines, change casing, copy/download, and view quick stats.
## Tech
- React + React Router
- Vite (build/dev)
- Tailwind CSS (no Bootstrap)
- Bun (package manager + scripts)
## Local development
Install dependencies:
`bun install`
Run dev server:
`bun run dev`
Production build:
`bun run build`
Preview the production build locally:
`bun run preview`
## Deployment
This is a standard Vite app. The build output is in `dist/`.
- Netlify/Vercel: set build command to `bun run build` and publish directory to `dist`.
- Any static host: upload the `dist/` folder contents.
## Acknowledgements
- [Start with Python](https://github.com/innovatorved/BasicPython)
- [Python recall for Developers](https://github.com/innovatorved/python-recall)
- [Comptetive Programing with C++](https://github.com/innovatorved/Comptetive-Programing-cpp)
## FAQ
#### What is TextManipulator ?
TextManipulator is WebApp can be Used to Manipulate Your text in a variety of ways .
#### Why TextManipulator ?
From length of Space between letters words of text, to the length of space between the words of a sentence, to change in Lower case , Upper case or in Title case .
## Feedback
If you have any feedback, please reach out to us at vedgupta@protonmail.com
# Hi, I'm Ved! 👋
## 🚀 About Me
Hey I am a Developer.
## Authors
- [@Ved Gupta](https://github.com/innovatorved)