kiptechie / ComposeCalorieTracker

A jetpack compose multi-module android app that can track your calorie consumption and provides a nice visualization of data using canvas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Calorie Tracker

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.

Features

  • 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

Video of working app

my_calorie_tracker.mp4

Installation

Clone this repository and import into Android Studio

git clone git@github.com:kiptechie/MyCalorieTracker.git

Maintainers

This project is maintained by:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

A jetpack compose multi-module android app that can track your calorie consumption and provides a nice visualization of data using canvas.

License:MIT License


Languages

Language:Kotlin 100.0%