Wörtilizer is an open source web app to help you build your German vocabulary and remember der-die-das noun articles, Wort für Wort.
- Create your own private vocabulary in German
- Automatically recognize der-die-das noun articles
- Easily memorize words and articles with big color coded cards
- Exercise your vocab memory via a simple quiz
- No installation, login or signup required - vocab saved in browser's local storage
- Works on all devices, including mobile, laptop, and desktops
https://wortilizer.vercel.app/
npm iFirst, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
Set the correct environment variables in .env or your CI/CD:
cp .env.example .envBuild:
npm run buildIf you would like to contribute to this project, please feel free to open a PR.