A simple jetpack compose multi-module android app that can track your calorie consumption and provides a nice visualization of data using canvas. It contains unit tests and end to end tests.
- Onboarding to collect relevant user data such as age, weight etc
- Tracker which shows you data according to your goals
- Food search using the open food API
- Save data in a sqlite local database to keep history of calories consumed
my_calorie_tracker.mp4
Clone this repository and import into Android Studio
git clone git@github.com:kiptechie/MyCalorieTracker.git
This project is maintained by:
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request