WordBox is a small RN-application for learning words by Leitner system (rus).
Current repository contains release files in 'release' folder and example of used data in 'data' folder. Release version for Android compiled for sdk-version 34 with minimal sdk-version 21.
Visit 'screenshots' folder to look how the apps should look:
I recommend collect all your words in excel-file and then export it to *.csv file for importing to application. Data format should be by next row:
- id (string)
- word (string)
- definition (string),
- tags (string with tags separated by comma)
Id is an identifier of word and very important and unique string. For example, if you want to update word or its definition, you can do it in your excel file, then export to *.csv file and import to application. In this case your word will be update with keeping the progress and new words (with new ids) wil be added.
Example of the data you can find in 'data' folder – LatineWordsV1.csv.
You can create backup with your progress of learning and all words. It will be saved as WordBox-#{current-date}.json file. Then you can upload this file again.