Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jasutiin/guess-the-number-app
- Owner: jasutiin
- Created: 2024-09-14T20:43:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T03:59:03.000Z (5 months ago)
- Last Synced: 2024-09-19T05:11:16.058Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.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 App
A simple app where your phone guesses your input number.
![]()
## 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.