https://github.com/sobottasgithub/vocabhub
An open-source vocabulary learning app
https://github.com/sobottasgithub/vocabhub
flashcard flashcard-application flashcards vocabulary vocabulary-learning vocabulary-trainer
Last synced: about 1 month ago
JSON representation
An open-source vocabulary learning app
- Host: GitHub
- URL: https://github.com/sobottasgithub/vocabhub
- Owner: Sobottasgithub
- License: mit
- Created: 2025-03-09T22:23:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-01T16:17:15.000Z (3 months ago)
- Last Synced: 2025-07-01T17:30:28.499Z (3 months ago)
- Topics: flashcard, flashcard-application, flashcards, vocabulary, vocabulary-learning, vocabulary-trainer
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📘 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:
```json
{
"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!