SkillAgentSearch skills...

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/ReLowCased
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

  1. Clone this repository to your local machine.
  2. Open the project in Xcode.
  3. Build and run the project on a simulator or your iOS device.

Usage

  1. Launch the app on your iOS device.
  2. Enter the text you want to convert or encrypt into the text field.
  3. Choose the desired operation: lowercase, uppercase, encrypt, or decrypt.
  4. View the converted or encrypted text.
  5. Optionally, copy the text to the clipboard.
  6. 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:

  1. Fork this repository.
  2. Create a new branch for your feature (git checkout -b feature-name).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-name).
  5. Create a new Pull Request.
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Swift

Security Score

70/100

Audited on Feb 20, 2026

No findings