Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.35 KB

README.md

File metadata and controls

61 lines (34 loc) · 1.35 KB

german-training

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.

Features

The app has a lot of exciting features, and a lot more to come.

Fun

The app will question you and give feedback.

image-20201104184852117

image-20201104185727984

image-20201104185020819

Streaks

If you keep answering correctly, your streak will increase. But watch out, if you get a question wrong, your streak will reset.

image-20201104185250105

Custom word list

Add words to the list of words you'd like to learn.

image-20201104185156061

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