HealLink is a user-friendly Android mobile application designed to help users assess their mental health status. The application acts as a digital diary or journal where users can write their stories, which are then analyzed to provide general mental health status and give the users recommendations to improve their mental health.
Disclaimer: HealLink provides general mental health recommendations, the suggestions offered do not take into account individual needs, social status, or economic circumstances.
- Diary/Journal Functionality: Users can write daily stories or thoughts.
- Mental Health Analysis: Analyze users' written stories to assess their mental health status.
- General Recommendations: Provide general suggestions to improve mental health.
- Nearby Hospitals: The app provide informations about the nearby hospitals from user location.
- Relaxing Music: The app provide a list of relaxing music to improve users mood.
- Recommendations are general and may not cater to individual circumstances.
Follow the instructions below to set up the HealLink project on your local machine.
- Android Studio installed on your computer.
- Android SDK with a minimum version of 30 or Android Red Velvet.
-
Clone the Repository
Open your terminal or command prompt and execute the following command:
git clone https://github.com/HealLink/App.git
-
Open the Project in Android Studio
- Launch Android Studio.
- Click on
File
>Open...
. - Navigate to the cloned repository folder and select it.
-
Sync the Project
- Once the project is loaded, Android Studio will prompt you to sync the Gradle files.
- Click on the
Sync Now
button.
-
Run the Application
- Connect your Android device or start an emulator.
- Click on the
Run
button (green play icon) in Android Studio to build and run the app.
Contributions are welcome! If you'd like to improve HealLink, please fork the repository and create a pull request.
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push them to your fork.
- Open a pull request on the main repository.