A simple React Native game app where you can try to guess the given word, and get rewarded with points based on difficulty.
Important files:
- App.js Main entry point
- src/ Source folder (components, styles, etc)
- src/tests Unit tests
npm run web
npm run android
npm run ios
npm test