An open API service indexing awesome lists of open source software.

https://github.com/blad/ruleta

Ruleta is a language learning terminal app to help with vocabulary.
https://github.com/blad/ruleta

language-learning vocabulary-builder vocabulary-flashcards vocabulary-test

Last synced: 4 months ago
JSON representation

Ruleta is a language learning terminal app to help with vocabulary.

Awesome Lists containing this project

README

          

# Ruleta

Ruleta is a language learning terminal application that is intended to help
users learn new vocabulary through short interactive quizes.

The application is currently under heavy development, for the time being the
application can be ran with:
```
# From the Repository root
runhaskell Main.hs
```

### Vocabulary Lists
New languages and vocabulary lists can be added to the `lang` directory.

each of the language text-files has the format: `foreign word|native term` for
example:

```
das Öl|the oil
das Buch|the book
der Mass|the man
das Mädschen|the girl
...
```