A simple and intuitive web app to enhance your vocabulary. Create custom word lists, practice them, and track your progress!
After introducing the name of the list introduce the list of words with this format:
word1: translation1, word2: translation2, ... , wordn: translationn
In the practice mode press Enter
to submit an answer and press Enter
again to go to the next question.
When you finish practicing a list, if you press the Add error list to your lists
button. You will create a normal list with the errors of that practice session.
If you press the Edit
button of a list you will be able to edit the name of the list and also the words.
Warning
If you edit a list you will lose all the values of the history graph because I assume that when a list is edited any values or scores about the old list don't make sense for the new list. This will occur even if you change only the name.
Caution
All the data (words lists and values for the history graph) is stored in the Local storage of the browser so it is highly recommended to have a backup of your lists.
Tip
If you want to preserve also the values necessary to draw a history graph and a more convenient way to safely store your data: you can search for the data
key (all the data is stored here) and copy all the content to save it locally. So that if the Local storage has been deleted you can add the data
key with the content that you copied and you will have again all your data.
To acces local storage easily:
- Open developer options (
Right click
andInspect
) - Go to
Application
andLocal storage
- There you will see a table with the
data
key. There you can copy the content or paste the content that you copied before. - If you refresh all the data should be updated