- This application will help you get fluent in a language in a fun way.
This application was built using some concepts of clean architecture, thinking about scalability, with that, all the impacts of changing some framework or library is reduced drastically.
I decided to use Firebase + firestore due to the faster implementation and usability.
- Clone this repository in your device and runs the follow command
yarn
Run in a develop mode, you can run this command bellow in your terminal
yarn android
To create an release version, just run the code bellow
yarn build:android:production
The SDK file will be stored in ./android/app/build/outputs/apk/release/app-release.apk
Run in a develop mode, you can run this command bellow in your terminal
yarn ios