A simple vocabulary desktop app created with Electron, React (Typescript CRA) and Grid CSS
A simple personal vocabulary application.
To add a new word just type your word and translation (you can provide any comment in thet field) and press Add.
Words are being added with hidden comments so that you can check yourself. You can unhide the comment/translation by clicking that field.
All changes are conneted to the date you pick on the calendar bar.
npm i
npm run start-react
npm run start-electron
To build React app:
npm i
npm run build-react
To create Electron boilerplate:
npm run build-electron-bash # macOS/Linux
npm run build-electron-powershell # Windows
npm run package-win # or package-mac/package-linux