A number-based memory game made with React Native
Since the project is using ReactNative 0.70.4, please refer to React Native's environmental setup guide here: https://reactnative.dev/docs/next/environment-setup
- Clone the repo
git clone https://github.com/bebarle/cardgame.git
- Install the app dependencies:
cd cardgame
npm install
- Enjoy!
iOS: npm run ios
Android: npm run android
To run the test:
npm run test