← Back to Projects

Morse Editor

A small editor that converts text to Morse code with accessible, copy-friendly output.

This project is a small tool for converting text to Morse code and back. The goal is a simple, reliable editor with good defaults and a clear UX.

Goals

  • Convert text to Morse code and optionally decode Morse back to text
  • Provide clear feedback for unsupported characters and ambiguous input
  • Make output easy to copy and share

Notes

I’m treating this like a tiny product. The interesting parts are the interaction design, input validation, and how the UI handles imperfect input.