Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onja-org/malagasy-rn-polonium
Mobile React Native application that helps people to learn Malagasy and English. Around 1000 phrases from 42 categories. Add your own phrases. Track progress, focus on phrases that need revising. Add your own custom phrases. Application can work completely offline.
https://github.com/onja-org/malagasy-rn-polonium
react-native
Last synced: 10 days ago
JSON representation
Mobile React Native application that helps people to learn Malagasy and English. Around 1000 phrases from 42 categories. Add your own phrases. Track progress, focus on phrases that need revising. Add your own custom phrases. Application can work completely offline.
- Host: GitHub
- URL: https://github.com/onja-org/malagasy-rn-polonium
- Owner: onja-org
- Created: 2021-05-13T13:08:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T08:32:16.000Z (about 3 years ago)
- Last Synced: 2024-11-28T22:13:17.931Z (2 months ago)
- Topics: react-native
- Language: JavaScript
- Homepage: https://play.google.com/store/apps/details?id=com.learngasy&hl=en&gl=US
- Size: 298 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn-gasy - mobile application to help people learn Malagasy or English
## Features:
- 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 assigning 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.## Technology/libraries used:
- React Native
- Android Studio
- Storybook
- Screen navigation
- Redux
- Redux thunk
- Asynchronous Storage - managing data between sessions
- Bespoke lightweight translation mechanism
# Installationyarn install
# Running and testing
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
# View storybook on the device
Enter dev menu on phone crtl + m (for android) select toggle storybook
# Some of the known problems you might encounter
If you get
```bash
Error: spawn ./gradlew EACCES
```while running `yarn android`
try
```
chmod 755 android/gradlew
```