- Notifications
You must be signed in to change notification settings - Fork0
TextUtils is a simple and user-friendly text manipulation tool built with React. It allows you to easily convert text to uppercase, lowercase, and remove spaces.
Ankan-cyber/textutils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TextUtils is a simple and user-friendly text manipulation tool built withReact. It allows you to easily convert text to uppercase, lowercase, and remove spaces.
- Convert text to uppercase or lowercase
- Remove spaces from text
- Clear input field
- User-friendly interface
git clone https://github.com/Ankan-cyber/textutils.gitcd textutilsnpm install
Start the development server:
npm start
Build for production:
npm run build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This repository is not under any license, if you want to use or redistribute it please contact the author or the owner of the repository to get their permission.
About
TextUtils is a simple and user-friendly text manipulation tool built with React. It allows you to easily convert text to uppercase, lowercase, and remove spaces.