Skip to content

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

Notifications You must be signed in to change notification settings

CarterBartz/swift-morse-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“‘ 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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages