A simple "guess the face part" gaming app for toddlers.
Clone Repo
git clone https://github.com/Markules/faceTouch.git Install dependencies for server
cd faceTouch npm install
Install dependecies for react native
cd faceTouch/client npm install
start app
open android emulator or connect android device
cd faceTouch/client
react-native start
react-native run-android