StoriaTa is a language learning app for Cebuano designed to improve learner's reading, writing, and listening skills.
The app supports the following functionalities:
- Structured Lessons
- Personalized Practice
- English-Cebuano Speech-to-Speech
- Vocabulary Search
- Conjugation Table Generator
- Progress Tracking
- Mistake Monitoring
- User Contribution
npm install expo-cli
To install packages:
npm i
To run app:
npx expo start # preferred
npm start # you can open iOS, Android, or web from here, or run them directly with the commands below.
npm run android
npm run ios # requires an iOS device or macOS for access to an iOS simulator
npm run web