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