- Daniel Koronthaly (Graduate)
- Indie Cowan (Graduate)
- Gulam Choudhury (Graduate)
- Binh Ngo (Graduate)
- Theo Hytopoulos (Undergraduate)
- Emma Fong (Undergraduate)
Mobile application intended to investigate how to improve your mental health based off of forming and maintaining habits.
Clone the repository on your local machine:
# Clone the repository
git clone https://github.com/daniel-koronthaly/Habit-Healer.git
# Change directory to the app folder
cd Habit-Healer
# Install dependencies
npm install
Note: You must have Node.js installed
-
Install Expo Go on Your Mobile Device:
- Install the Expo Go app from the App Store (iOS) or Google Play Store (Android) on your mobile device.
-
Start the Development Server:
- To run the app with Expo Go, execute the following command on your local machine:
npx expo start
-
Scan the QR Code:
- Android
- Open the Expo Go app on your mobile device.
- Use the app to scan the QR code displayed in your terminal when you ran
npx expo start
.
- iOS
- Open the Camera app on your iPhone.
- Use your camera to scan the QR code displayed in your terminal when you ran
npx expo start
.
- Android
This will load your React Native app on your mobile device.
Make sure you have an active internet connection because Expo Go loads the app from the Expo server during development.
- Frontend Framework React Native
- Development Environment Expo Go
- Database Firebase
- Fork the repository
- Create a new branch for your feature (
git checkout -b feature/your-feature
) - Make your changes and commit them (
git commit -m 'Add feature'
) - Push your changes to your fork (
git push origin feature/your-feature
) - Create a pull request to the main repository
This project is licensed under the MIT License - see the LICENSE file for details.