/WordPuzzle

A react native app

Primary LanguageJavaScript

Words Puzzle

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

Screenshots

Home Screen Play Screen Play Screen with guess Play Screen feedback Summary Screen


Running web simulator

npm run web

Running Android simulator

npm run android

Running Iphone simulator

npm run ios

Running tests

npm test


Publishing on Android

https://reactnative.dev/docs/signed-apk-android

Publishing on App Store

https://reactnative.dev/docs/publishing-to-app-store