Repository containing a mobile application "Mental Health App", developed as a final project on the Mobile Programming course.
This application is focused in being a Personal Jornal and a repository for Cientific Articles, to help reduce the user's stress and gain more knowledge about Mental Health.
Firstly you need Git and Android Studio installed on your computer, you can get it in this link:
Git:
https://git-scm.com/downloads
Android Studio:
https://developer.android.com/studio
After that open the Windows Terminal on the Folder you wish to clone the Project.
Then type:
git clone https://github.com/gabrieldelfino28/mental-health-app
Import the project on Android Studio and you're good to go!
mental-health-app
├── .idea
├── app
├── gradle
├── .gitignore
├── LICENSE
└── README.md
The documentation file of this project, with the domain analysis, diagrams and conclusions are here:
Documentação Aplicativo Saúde Mental.pdf
PS: The documentation is in brazilian portuguese.
- Delfino, Gabriel @gabrieldelfino28
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details
This README.md was based the amazing README-Template.