Skip to content

owaiskhan772/react-native-guess-a-number-app

Repository files navigation

React Native - Guess a Number

A react native app with little advance features of react native used in which computer guesses a number selected by user using React.js and React Native.

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

Checkout this repo, install dependencies, then start the gulp process with the following:

> git clone https://github.com/owaiskhan772/react-native-guess-a-number-app.git
> cd react-native-the-meals-app
> npm install --global expo-cli (Install expo-cli globally)
> npm install or yarn
> npm start or yarn start
> Expo Developer Tools will open and see for 3 options to start the application (i.e. on Android, on iOS and in Web Browser)

Not Familiar with Git?

Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

> npm install --global expo-cli (Install expo-cli globally)
> npm install or yarn
> npm start or yarn start
> Expo Developer Tools will open and see for 3 options to start the application (i.e. on Android, on iOS and in Web Browser)

Demo Screens

app-demo-screens folder has the demo snaphots of the app running on the Android Emulator

About

A react native app with little advance features of react native used in which computer guesses a number selected by user using React.js and React Native.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published