An IOS app based on my previous windows app, available in this repo. This app was developed using React Native and Expo.
- npm
- expo
- If you are using an emulator, check this link, or if you have an iOS device you can try it there with the expo go app
- Clone the Repository
- Run
npm install
in the root directory - Run
expo start -c
in the root directory to start the local server for the app- If using an emulator click on the respective button in your browser, if you are using a real device scan the QR Code in the iOS camera app to open the project in the
expo go
app.
- If using an emulator click on the respective button in your browser, if you are using a real device scan the QR Code in the iOS camera app to open the project in the
Searches in english, hiragana, katakana, kanji and romanji in the Jisho.org dictionary. In each word it is possible to view some examples, stroke order for kanjis, and the option to add it to your word bank.
Stores all your added words, giving you the ability to search them, consult them, check their definition and delete them.
Shows random words from the word bank to practice reading and memorization, if you tap on the word it flips the card to show you the reading and meaning. With a 30% probability, the words that you have failed will show up again to help you remember them.
Select number of words to practice, if the word is in kanji it is asked to write it, otherwise it asks for their meaning in english. in the end a score is given from 0 to 100%.
Compilation of materials to help you study, from hiragana and katakana charts to Youtube video lessons.
Login into your duolingo account to import all the words you have learned so far into your word bank.
Dark mode is binded to your system settings and it updates automatically if you change it.