ReLowCased
This iOS app built with SwiftUI offers text manipulation features, allowing users to convert text to lowercase/uppercase and encrypt it using a Caesar cipher. It provides a clean interface with straightforward navigation and functionality, making it easy to use for modifying and securing text on iOS devices.
Install / Use
/learn @xMpR13/ReLowCasedREADME
reLowCased
Description
reLowCased is a simple iOS app built using SwiftUI. It provides functionality to convert text to lowercase or uppercase, and also includes an option to encrypt text using a simple encryption algorithm.
Features
- Convert text to lowercase or uppercase
- Encrypt text using a simple encryption algorithm
- Copy converted or encrypted text to the clipboard
- Clean and intuitive user interface
- Responsive design for various screen sizes
Installation
To use reLowCased on your iOS device, follow these steps:
- Clone this repository to your local machine.
- Open the project in Xcode.
- Build and run the project on a simulator or your iOS device.
Usage
- Launch the app on your iOS device.
- Enter the text you want to convert or encrypt into the text field.
- Choose the desired operation: lowercase, uppercase, encrypt, or decrypt.
- View the converted or encrypted text.
- Optionally, copy the text to the clipboard.
- Clear the text field if needed.
Screenshots
<img src="https://github.com/xMpR13/reLowCased/assets/126524261/a4254cbc-f770-4341-a129-f1471bee0d09" alt="Home" width="38%"> <img src="https://github.com/xMpR13/reLowCased/assets/126524261/eb899194-ad8c-4026-8b52-ed4e79d94bba" alt="Convert_1" width="38%"> <img src="https://github.com/xMpR13/reLowCased/assets/126524261/33bda502-71ac-4f2b-ac98-6067ea4cba2d" alt="Convert_2" width="38%"> <img src="https://github.com/xMpR13/reLowCased/assets/126524261/4c90dfc8-59db-4822-b81d-07a7a95b4a7d" alt="Convert_3" width="38%"> <img src="https://github.com/xMpR13/reLowCased/assets/126524261/d0d82f5f-0fe2-4102-85d9-15bfa46324b8" alt="Encrypt" width="38%"> <img src="https://github.com/xMpR13/reLowCased/assets/126524261/2aeb699b-b4e3-42a5-9f44-c4c6c87697da" alt="Decrypt" width="38%">Contributing
Contributions to reLowCased are welcome! To contribute:
- Fork this repository.
- Create a new branch for your feature (
git checkout -b feature-name). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-name). - Create a new Pull Request.
