Game Lang is an app to help you practice German 🇩🇪 while have fun.
- React Native
- TypeScript
- Context API / Hooks
- Firebase Firestore
phrases = [
{
english: ['The', 'missing', 'is', 'small'],
missing: 'house',
german: ['Das', 'missing', 'ist', 'klein'],
words: ['folgen', 'schaf', 'bereiden', 'hause'],
correct: 'hause'
},
]
Clone this repo and install the dependencies using Yarn.
yarn install
At this moment, we're only supporting Android, so to use the app, run the following command:
npx react-native run-android
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.