VocabHub is a simple and open-source application designed to help you learn and manage vocabulary more effectively. Whether you're studying for a language test or just want to improve your word skills, VocabHub provides an intuitive way to store and review vocabulary.
- Easily create and edit vocabulary lists in JSON format.
- Built-in editor with a visual interface for adding new words.
- Support for multiple languages through predefined language selection.
- Export and save your vocabulary files for use across devices.
- Statistics
Because Vocabhub uses the JSON format as its file type, it's very easy to create your vocabulary files either manually or with the built-in editor. The file should look something like this:
{
"Apfel" : "Apple",
"Haus" : "House",
"Schule": "School",
"language A": "language B"
}
Important
Language A and B need to be a language chosen from one of the choiceboxes in the visual editor. If not the application might not read the file correctly!
You can also use the built-in editor provided on the second Add New tab to create or edit a vocabulary file.
Tip
Make sure to export/save your file!