Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipamarta/app-native-guess-number-game
A React Native expo app experience to play guess the number with the computer (the look&feel of the app change if the user is android or ios system).
https://github.com/filipamarta/app-native-guess-number-game
expo javascript react-native
Last synced: 18 days ago
JSON representation
A React Native expo app experience to play guess the number with the computer (the look&feel of the app change if the user is android or ios system).
- Host: GitHub
- URL: https://github.com/filipamarta/app-native-guess-number-game
- Owner: filipamarta
- Created: 2023-06-29T11:10:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-29T11:10:58.000Z (over 1 year ago)
- Last Synced: 2023-09-29T22:10:32.481Z (over 1 year ago)
- Topics: expo, javascript, react-native
- Language: JavaScript
- Homepage:
- Size: 23.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guess the number!
A React Native expo app experience to play guess the number with the computer (the look&feel of the app change if the user is android or ios system).
## Screens
###### Guessing the number (android screen)
###### Playing (android screen)
###### Winner (android screen)
###### Guessing the number (ios screen)
###### Playing (ios screen)
###### Winner (ios screen)
## Installation
Follow [React Native expo setup guide](https://reactnative.dev/docs/environment-setup) (React Native expo) for both Android and iOS targets.
1. Run `npm install`
2. Run `npx expo start`