The purpose of this project is to build a phone application that promotes healthy living and regular exercise by providing services such as user-tailored calendar, pedometer, water tracker, calorie tracker, meal planner, and a workout guide.
To get started: https://docs.expo.dev/get-started/installation/
1. Download Node.js LTS (Do not download "Current")
https://nodejs.org/en/download/
2. Download Yarn:
https://classic.yarnpkg.com/en/docs/install#windows-stable
3. Download Expo on command prompt:
"npm install --global expo-cli"
4. Download React Navigation:
"yarn add react-navigation"
(Navigation allows the user to go back and forth between screens.)
To run the program:
- Go to command and go to file directory
- run "expo start"
Expo fundementals: 1. Uploaded PDF's on Teams 2. Templates on Teams