Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-19T16:48:43.000Z (5 months ago)
- Last Synced: 2024-08-01T21:55:36.169Z (4 months 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
- project-awesome - 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. (JavaScript)
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.