Skip to content

Sobottasgithub/VocabHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📘 VocabHub

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.

1. 🚀 Features

  • 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

2. 📁 Creating a Vocabulary File

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.

drawing

Tip

Make sure to export/save your file!

Packages

No packages published

Contributors 2

  •  
  •  

Languages