Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasutiin/guess-the-number-app

A simple Guess the Number app
https://github.com/jasutiin/guess-the-number-app

Last synced: 25 days ago
JSON representation

A simple Guess the Number app

Awesome Lists containing this project

README

        


Guess the Number App


A simple app where your phone guesses your input number.



screenshot


Languages and Tools Used


Javascript
React


## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. You will also need an an emulator such as Android Studio. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/jasutiin/guess-the-number-app

# Install dependencies
$ npm install

# Run the app
$ npm start

# Open emulator of choice
# Click on terminal where you input commands
# Press 'a' to open app in emulator
```

Acknowledgements


Special thanks to Academind by Maximilian Schwarzmüller's Udemy course.