https://github.com/jasminemlewis/spell-it-out
Spell It Out, a Ruby program, takes a name from a user and spell it out both horizontally and vertically.
https://github.com/jasminemlewis/spell-it-out
ruby spelling
Last synced: 8 months ago
JSON representation
Spell It Out, a Ruby program, takes a name from a user and spell it out both horizontally and vertically.
- Host: GitHub
- URL: https://github.com/jasminemlewis/spell-it-out
- Owner: jasmineMLewis
- Created: 2019-06-07T04:03:43.000Z (about 7 years ago)
- Default Branch: Production
- Last Pushed: 2024-06-22T06:16:27.000Z (about 2 years ago)
- Last Synced: 2025-01-14T03:14:54.284Z (over 1 year ago)
- Topics: ruby, spelling
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spell It Out
Spell It Out, takes a name (or any word, really), and spells it out, one letter at a time (horizontally). Then have the name/word spelled out in one line (vertically), but with commas between each letter (but not after the last letter).
# Technology Used
BackEnd
Ruby, Procedural