HealthTrackerApp is a mobile application developed using the Angular framework and Cordova plugins. This app helps users to track their daily weight, diet, and water intake. Users can add and manage food and drink items, record daily health data, and use various interactive features such as shaking the phone to get random food suggestions.
- Daily Record Tracking: Users can record their daily weight, calorie intake, water intake, and current location.
- Food Management: Add, modify, and delete food items with calorie information.
- Drink Management: Add, modify, and delete drink items with volume information.
- Interactive Random Food: Shake the phone to get random food suggestions.
- User-Friendly Interface: Simple and intuitive UI with Bootstrap for a visually appealing design.
- Photo Functionality: Capture photos or upload from the library to associate with food and drink items.
- Location Tracking: Automatically record the location when adding a daily record.
You can download the APK file for the HealthTrackerApp and install it on your Android device:
This project was generated with Angular CLI version 17.0.9.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.