Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedsalem401/ultimate-case-converter
Ultimate Case Converter: A versatile tool to effortlessly convert text between various letter casing styles.
https://github.com/mohamedsalem401/ultimate-case-converter
case-converter css css3 react regex regex-pattern text typescript
Last synced: 25 days ago
JSON representation
Ultimate Case Converter: A versatile tool to effortlessly convert text between various letter casing styles.
- Host: GitHub
- URL: https://github.com/mohamedsalem401/ultimate-case-converter
- Owner: mohamedsalem401
- Created: 2023-07-29T14:13:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-13T02:03:33.000Z (about 1 year ago)
- Last Synced: 2023-09-13T10:15:04.508Z (about 1 year ago)
- Topics: case-converter, css, css3, react, regex, regex-pattern, text, typescript
- Language: TypeScript
- Homepage: https://mohamedsalem401.github.io/Ultimate-Case-Converter/
- Size: 631 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ultimate Case Converter
Ultimate Case Converter is a simple web application that allows you to convert text between different case formats, such as sentence case, camelCase, kebab-case, snake_case, and more. You can use this tool to quickly convert text to your preferred case format.
![mohamedsalem401 github io_Ultimate-Case-Converter_ (1)](https://github.com/mohamedsalem401/Ultimate-Case-Converter/assets/67981832/cf47d3ab-2d80-4bfc-9ba5-4437cb3bc6af)
![mohamedsalem401 github io_Ultimate-Case-Converter_](https://github.com/mohamedsalem401/Ultimate-Case-Converter/assets/67981832/701f80a7-32bc-40e0-80e7-566805a4a826)### Usage
1. Clone the repository:
```shell
git clone https://github.com/mohamedsalem401/Ultimate-Case-Converter.git
```2. Install dependencies:
```shell
cd Ultimate-Case-Converter
npm install
```3. Start the development server:
```shell
npm start
```4. Open your browser and navigate to `http://localhost:3000` to access the application.
### Features
The Ultimate Case Converter provides the following features:
- Convert text between different case formats, including:
- Sentence Case: Capitalizes the first letter of each sentence.
- camelCase: Joins words together with the first letter of each word capitalized (except the first word).
- kebab-case: Joins words together with hyphens.
- snake_case: Joins words together with underscores.
- Title Case: Capitalizes the first letter of each word.
- UPPERCASE: Converts all letters to uppercase.
- lowercase: Converts all letters to lowercase.### Contributing
Contributions are welcome! If you find any issues or have suggestions for improvement, please create a new issue or submit a pull request on [GitHub](https://github.com/mohamedsalem401/Ultimate-Case-Converter).
### License
All Rights Reserved
This project is the intellectual property of Mohamed Yahia. All rights are reserved. No part of this project may be distributed or transmitted in any form or by any means, including copying, without the prior written permission of the owner.
For inquiries, please contact [email protected] :)