https://github.com/Ankan-cyber/textutils
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.
https://github.com/Ankan-cyber/textutils
javascript js react spa text-manipulation textutils
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/Ankan-cyber/textutils
- Owner: Ankan-cyber
- Created: 2022-11-30T07:45:32.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-19T16:48:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T10:48:36.094Z (over 1 year ago)
- Topics: javascript, js, react, spa, text-manipulation, textutils
- Language: JavaScript
- Homepage: https://ankanroy.in/textutils
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextUtils
TextUtils is a simple and user-friendly text manipulation tool built with [React](https://reactjs.org/). It allows you to easily convert text to uppercase, lowercase, and remove spaces.
## Features
- Convert text to uppercase or lowercase
- Remove spaces from text
- Clear input field
- User-friendly interface
## Installation
```bash
git clone https://github.com/Ankan-cyber/textutils.git
cd textutils
npm install
```
## Usage
Start the development server:
```bash
npm start
```
Build for production:
```
npm run build
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
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.