/swift-morse-decoder

A Swift program that decodes Morse code into readable text using dictionaries. Built as part of Codecademy's Learn Swift course.

Primary LanguageSwift

📡 Swift Morse Decoder

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


🧠 Overview

This project decodes Morse code messages into readable English text using a Swift dictionary. It's a great introduction to mapping keys to values, working with string manipulation, and building custom decoding logic in Swift.


🧱 Skills Demonstrated

  • Creating and accessing Swift dictionaries
  • Iterating over strings and arrays
  • Building a custom decoder function
  • Handling unknown characters and whitespace

🚀 How to Run

swift morse-decoder.swift