https://github.com/pradeep1991singh/guessgame
A simple guess the number game in react native
https://github.com/pradeep1991singh/guessgame
game guessing-game react-native react-native-app
Last synced: about 1 month ago
JSON representation
A simple guess the number game in react native
- Host: GitHub
- URL: https://github.com/pradeep1991singh/guessgame
- Owner: pradeep1991singh
- Created: 2017-02-26T06:09:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T17:56:11.000Z (over 8 years ago)
- Last Synced: 2025-03-20T14:56:10.059Z (8 months ago)
- Topics: game, guessing-game, react-native, react-native-app
- Language: JavaScript
- Size: 499 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GuessGame
A simple guess the number game in react native
# Prerequisites
- xcode for Ios application
- Android sdk and avd for Android application
# Usage
Clone repo
```
$ git clone https://github.com/pradeep1991singh/GuessGame.git
```
Run android app
```
$ react-native run-android
```
Run Ios app
```
$ react-native run-ios
```