Text Morph
A small web app that transforms text in playful ways, from changing letter casing and spelling out numbers to wedging clap emoji between every word.
- Angular
- TypeScript
- Tailwind CSS

Text Morph is a web app that runs text through a set of transformations. It can change letter casing, convert numbers into their human-readable spelled-out form, and apply stylistic touches like inserting clap emoji between words. Type into one box and the transformed output updates as you go.
It is built with Angular and styled with Tailwind CSS, and it served as a focused playground for getting comfortable with Angular’s component model.