Skip to content

A Swift project that checks if a word or phrase is a palindrome. Created as part of Codecademy's Learn Swift course.

Notifications You must be signed in to change notification settings

CarterBartz/swift-palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🔁 Swift Palindrome

👨‍🎓 Codecademy Certification: Learn Swift
📁 Project Type: Certification Project
📅 Date Completed: May 2025


🧠 Overview

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.


🧱 Skills Demonstrated

  • String reversal and comparison
  • Conditional logic with if / else
  • Using lowercased() and filtering non-letter characters
  • Building efficient and clean algorithms

🚀 How to Run

swift palindrome.swift

About

A Swift project that checks if a word or phrase is a palindrome. Created as part of Codecademy's Learn Swift course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages