Health Tracking Application: A user-friendly app that allows individuals to record essential health-related data.
Below is an overview of the main components currently available in the app, along with their development status.
| App Components | Description |
|---|---|
| Exercise Module | Track daily physical activities. |
| Meals Module | Log daily meals and drinks consumed. |
| Everyday Wellbeing Module | Monitor overall well-being daily. |
| Additional Events Module | Record significant health-related events. |
| Settings Module | Manage basic user information. |
- Windows 11
- Qt
- C++
- CMake
- QML
- SQLite (as a local database)
First, you have to configure the SQLite database, and later, you can enter data via the app.
Download files from GitHub and open project in Qt Creator
git clone https://github.com/Susannnnnna/Qt-HabitFlowDiary
- Synchronization with Firebase
- Collect data from different users and train an AI model
- Authentication
- Uni tests
