Card Memory Game built on React Native
A simple Memory Game where your aim is to flip up all matching cards. If any two consecutive cards doesn't match, the cards turn face down. Game completes after all cards are face up.
This project is built using React Native Expo CLI.
Installation
Use yarn or npm to install packages.
yarn install
Run Project
Start Project after install using
yarn start
Run on Android or iOS
yarn run android
yarn run ios
Run Unit Tests
Code Coverage: > 99%
Run unit test to generate coverage report
yarn run test
Coverage report located at "/coverage/lcov-report/index.html"