Man-tra
2020 · React Native Web, AsyncStorage, Webpack
A mini‑game prototype designed as a part of a larger mobile project for learning mantras. The user practices a syllable sequence: the current position is highlighted in the sentence, the correct syllable is selected on the board, and the app tracks completed cycles while persisting the exercise state.
- Interactive learning: pick the correct syllable in order, with a clear view of the full sequence and current step
- Progress & repetition: counts full mantra runs (cycles) and keeps the exercise state updated
- State persistence: progress stored in
AsyncStorage(ready for mobile React Native usage) - Shared UI model:
react-nativecomponents rendered on the web viareact-native-web, making it easier to reuse logic between web and React Native

