https://github.com/lomirus/counter-trainer
🔢 Practice your language level of memory or speaking of the numbers. So far only Japanese was supported. But Just Do Count! Ichi, ni, san - sshi!
https://github.com/lomirus/counter-trainer
android-app language-learning react-native
Last synced: 3 months ago
JSON representation
🔢 Practice your language level of memory or speaking of the numbers. So far only Japanese was supported. But Just Do Count! Ichi, ni, san - sshi!
- Host: GitHub
- URL: https://github.com/lomirus/counter-trainer
- Owner: lomirus
- License: mit
- Created: 2021-03-13T08:03:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T16:20:29.000Z (about 5 years ago)
- Last Synced: 2025-07-25T13:33:33.038Z (12 months ago)
- Topics: android-app, language-learning, react-native
- Language: JavaScript
- Homepage:
- Size: 960 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
[](https://github.com/lomirus/counter-trainer/blob/main/LICENSE)
A Mobile App that helps you memorize the numbers of foreign languages easily, especially in speaking and listening. It's still under development and unavailable now. However, you can try the pre-release version now.
# Usage
## Download & Install Dependencies
Suppose you have installed `Node.js` and `Git`:
```bash
git clone https://github.com/lomirus/counter-trainer.git
cd counter-trainer
npm install
react-native link react-native-tts
```
## Run & Test
Make sure that you have set up the development environment by following [this](https://reactnative.dev/docs/environment-setup) before running the commands below:
```bash
npx react-native run-android
```
## Build Release
### For Android
Do as [this](https://www.reactnative.dev/docs/signed-apk-android), and then change directory to `android`:
```bash
cd android
```
Finally, and for most situations, you just need to run:
```bash
./gradlew assembleRelease
```
However, if you are using CMD, run:
```bash
gradlew.bat assembleRelease
```
Then the `.apk` files will be found at `android/app/build/outputs/apk/release`.