An unofficial Electron app version of the Deutsch im Blick open textbook!
This app is in very early development and is not functional for language learning. Currently for developers/contributors only.
This is a German language-learning application based off the Deutsch im Blick open textbook by the University of Texas at Austin. This project is not affiliated with them; it is being made under accordance with their Open License (more info here).
The app provides an interactive desktop experience for learning German, featuring exercises and content from the Deutsch im Blick curriculum in a modern, user-friendly interface.
- Node.js (version 18 or higher)
- npm (comes with Node.js)
- Windows 10/11, macOS, or Linux
- Clone the repository
git clone https://github.com/habbie321/deutsch-im-blick.git
cd deutsch-im-blick
- Install all dependencies (this installs for the root, Electron app, and React app)
npm run install-all
For development:
npm run build-run
- 0.1.0
- Development preview
This project is licensed under the MIT License - see the LICENSE.md file for details.
- University of Texas at Austin for creating the original Deutsch im Blick open textbook
- README.md made using DomPizzie's template
- Built with Electron, React, and Material-UI