- Around 1000 phrases divided into 42 categories.
- Two operating modes where you can set Malagasy or English as primary language.
- Randomly generated answers to choose from - keeps challenges always exciting.
- “Seen” and “Learnt” phrases are easily accessible to track learning progress.
- Possibility to add new custom phrases and assign them to existing categories.
- Dark/light mode.
- Easy navigation.
- Persistent storage to track your progress between sessions.
- Once installed, application does not require internet connection.
- React Native
- Android Studio
- Storybook
- Screen navigation
- Redux
- Redux thunk
- Asynchronous Storage - managing data between sessions
- Bespoke lightweight translation mechanism
yarn install
to update stories availabe for storybook and run react-native start
yarn start
to test the app on a device (separate terminal)
yarn android
or
yarn ios
Enter dev menu on phone crtl + m (for android) select toggle storybook
If you get
Error: spawn ./gradlew EACCES
while running yarn android
try
chmod 755 android/gradlew