A game that guesses the number entered by the user, between 1 and 99, in the least number of attempts. Developed with React Native and Expo.
The project is created with:
- React (18.2.0)
- React Native (0.72.5)
- Expo (49.0.13)
- Node.js (18.14.0)
- NPM (9.4.1)
You may need an Android or iOS emulator to run the project. You can also use your own device with Expo Go.
To run this project, install it locally using NPM:
# install dependencies
$ npm install
# run expo
$ npm start
Then press a
to run the app on an Android emulator or i
to run it on an iOS emulator, or scan the QR code with your device to run it on Expo Go.
This project is currently in development.