👨🎓 Codecademy Certification: Learn Swift
📁 Project Type: Certification Project
📅 Date Completed: May 2025
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.
- Creating and accessing Swift dictionaries
- Iterating over strings and arrays
- Building a custom decoder function
- Handling unknown characters and whitespace
swift morse-decoder.swift