katkalouckova / my_vocabulary

Application for creating individualized vocabulary and learning stored words
1 stars 0 forks source link

MY VOCABULARY

Application for creating individualized vocabulary and learning stored words

WIP! (newest version is in branch database_storage)

It is a Flask application written in Python.

There are two possibilities what to do:

  1. work with my vocabulary
  2. learn words from my vocabulary

WORK WITH MY VOCABULARY

It is currently possible to work with the vocabulary as follows:

When there are some words in the vocabulary, they are shown under the input textfield.

There is a checkbox in front of every word from the vocabulary. This checkbox can be selected and the user can delete selected word(s). It is possible to check all the visible checkboxes(all the visible words) and delete them all.

LEARN WORDS FROM MY VOCABULARY

When there are some words in the vocabulary, it is possible to learn words from the vocabulary.

Algorithm of learning module:

TO DO