Overview
This project is a command-line application that translates text to Morse code and vice versa. It was built with a focus on clean code architecture and comprehensive testing.
Features
- Text to Morse code translation
- Morse code to text translation
- Unit tested with 95%+ coverage
- Clean CLI interface
What I Learned
Building this project taught me the importance of test-driven development and how to structure a Python application for maintainability.