This project was made by some students from the Fontys Hogeschool ICT to assist Parkinson patients in their daily lives. A live preview can be found on our Expo page.
- Node.js
- Expo Client on smartphone or emulator
- Yarn (optional)
First make sure you have Node.js installed. If you are unsure if node is installed, run $ node --version
within terminal/command prompt. Afterwards check if you have Yarn installed. You can do this by running $ yarn --version
within terminal/command prompt.
Clone this repository to your local machine and move to the new folder.
$ git clone https://github.com/de-sigaar/TheParkinsonProject.git
$ cd TheParkinsonProject
First, globally install the latest expo-cli package
$ npm install --global expo-cli@latest
or
$ yarn global add expo-cli@latest
Next up, install all needed dependencies within the folder
$ npm install
or
$ yarn install
Finally, you can start running the application
$ npm start
or
$ yarn start
- Max Altena - GitHub
- Dylano Hartman - GitHub
- Mark Hendriks - GitHub
- Mike Hendriks - GitHub
- Bart van de Klundert - GitHub
- Justin Zwolle - GitHub
See the whole list of contributors who participated in this project.