The H2gether project is an Android app that promotes healthy water consumption habits by providing real-time reminders and tracking of water intake. It aims to address the impact of climate change and rising temperatures, particularly in the Philippines, by empowering users to stay adequately hydrated and prevent dehydration. The target audience includes health-conscious adults, individuals in high-temperature areas, athletes, outdoor enthusiasts, and those with physically demanding occupations.
- Create/Log-in user account
- Add and track daily water consumption
- Personalized daily water intake goal based on the user's personal information and weather in user's location
- Provide helpful information and reminders to keep user hydrated throughout the day
- Enable/disable reminders for drinking water
Client: XML
Server: Kotlin and Firebase
To run the H2gether app locally, follow these steps:
- Clone the repository:
git clone irishmicoletcando/h2gether-mobile-app
- Open the project in Android Studio.
- Build the project to resolve dependencies and download necessary files.
- Connect an Android device or set up an emulator.
- Run the app on the device or emulator using the "Run" button in Android Studio.
Note: Please note that the H2gether app requires Android 5 (Lollipop) or above versions to run properly on your device. Make sure your device meets the minimum requirements before installing the app.
Contributions to the H2gether are welcome! If you want to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b my-feature
- Make your changes and test thoroughly.
- Commit your changes:
git commit -m "Add my feature"
- Push to the branch:
git push origin my-feature
- Open a pull request on the main repository. Please provide detailed information about your changes in the pull request description.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code for personal and commercial purposes.
For any issues, feedback, or suggestions related to the H2gether app, please create a new issue on the GitHub repository. We appreciate your contributions to make this app better.