MindSpace is a mobile application that helps children deal with intellectual disabilities. It works just like the child’s teacher, and the parent will be able to follow his or her progress and reinforce what the child is learning through the app at home.
These instructions will help you run the app in development.
- Clone the repository and change into the directory:
$ git clone https://github.com/Vader327/MindSpace.git
$ cd MindSpace
- Install the dependencies:
$ npm install
- Running the app:
Android:
npx react-native run-android
iOS:
npx react-native run-ios