Abecedario

Abecedario

A simple pronounciation guide for spanish beginners

When my girlfriend was working as a spanish teacher in Berlin, i created some teeny-tiny apps for her. This one teaches beginners to pronounce the spanish alphabet, which has quite a few pecularities. It's a simple app, but it was a great learning experience for me.

What may appear complicated is in fact really easy. I learned the basics in Wes Bos's wonderful Vanilla JS course JavaScript30. With only a few lines of code you can use the SpeechSynthesis Constructor.

The app is written in Vue2. A detailed descriptions of its components can be found here. If you want to clone the repository and play around with it on your machine, it can be found on Gitlab.