Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.