Skip to content

Game Lang is an app to help you practice German πŸ‡©πŸ‡ͺ while have fun.

Notifications You must be signed in to change notification settings

aoligama/game-lang

Repository files navigation

πŸ“– Game Lang

Game Lang is an app to help you practice German πŸ‡©πŸ‡ͺ while have fun.

βš™οΈ Techs

  • React Native
  • TypeScript
  • Context API / Hooks
  • Firebase Firestore

🎲 Data Structure Example

phrases = [
  {
    english: ['The', 'missing', 'is', 'small'],
    missing: 'house',
    german: ['Das', 'missing', 'ist', 'klein'],
    words: ['folgen', 'schaf', 'bereiden', 'hause'],
    correct: 'hause'
  },
]

πŸ“Έ Screenshots

Screen Shot 1

Screen Shot 2

Screen Shot 3

Screen Shot 4

Screen Shot 5

Screen Shot 6

⚑️ Installation

Clone this repo and install the dependencies using Yarn.

yarn install

πŸ“² Usage

At this moment, we're only supporting Android, so to use the app, run the following command:

npx react-native run-android

πŸ‘©πŸ»β€πŸ’»πŸ§‘πŸ»β€πŸ’» Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT