A mobile quiz game developed with React Native and Expo. Users can start a game session, answer questions from a public API, and view their final score (Fail, Pass, Excellent). Designed with a beautiful and responsive interface using NativeWind.
- ✅ Start Game to create a new quiz session
- ✅ Fetch questions and choices from the public Quiz API
- ✅ Display question, answers, and result feedback
- ✅ Track time spent per question and submit with answers
- ✅ Show summary and score upon quiz completion
- ✅ Replay feature to return to home and start new game
Name: Chan Myae Aung
- React Native
- Expo
- TypeScript
- NativeWind (Tailwind CSS for React Native)
- Expo Router
- Axios (for API requests)
This app is published via Expo.
It can be tested by using Expo Go app without any setup.
- Android: Play Store
- iOS: App Store
Enter this link in your mobile device: Quiz Island
Choose Open for Expo Go.
To run the app locally:
git clone https://github.com/your-username/quiz-island.git
cd quiz-island
npm install
npx expo startThe app uses a public Web API provided at: