π¨βπ Codecademy Certification: Learn Swift
π Project Type: Certification Project
π Date Completed: May 2025
This project checks whether a given word or phrase is a palindrome β meaning it reads the same forward and backward. It uses Swift string methods, conditionals, and logic to reverse and compare strings.
- String reversal and comparison
- Conditional logic with
if
/else
- Using
lowercased()
and filtering non-letter characters - Building efficient and clean algorithms
swift palindrome.swift