LinguaCafe
LinguaCafe copied to clipboard
Separate interactive text logic from the vue components.
Most of the front end code is relatively simple UI code. However displaying and handling interactive text has a lot of logic. This should be separated from the UI code into a JS class to make it easier to change things both in the UI and the logic separately.