An app to train my german vocabs, written in electron.js
Available for mac and windows: click here
Windows doesn't trust my app, so when you install it, you'll be greeted by a message telling you not to run it. Just click the show more
button and click run anyway
to continue.
The app has a lot of exciting features, and a lot more to come.
The app will question you and give feedback.
If you keep answering correctly, your streak will increase. But watch out, if you get a question wrong, your streak will reset.
Add words to the list of words you'd like to learn.
Notes to self:
Start app in dev:
npm start
Package and distribute:
npm run make
Package and distribute cross-platform:
npm run buildx
Get dependencies:
npm install