An open API service indexing awesome lists of open source software.

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

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.


drawing

> [!TIP]
> Make sure to export/save your file!