You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Calory Tracker app in Modular Architecture in Kotlin using Jetpack Compose, Room, Coroutines, Flow , Data Store and Navigation Compose.
This app has 2 feature modules: OnBoarding and Tracker OverView, each feature module contains 3 sub-modules based on clean (data, scope and presentation), this architecture helps us to create a reusable module and also separates the logic. The app is from the UI.
It uses the latest Jetpack Compose libraries And methods For Build this app.
Some Of Insights of App is:
This is the main page of the application. On this page, you can see the amount of calories you consume per day, you can also add food through the add button for each meal.
This is a food search page, you can search for the food you want on this page online.
Thanks For Giving Precious Time to go through my repository.
About
CaloryTracker app in Modular Architecture in Kotlin using JetPack Compose, Room, Coroutines, Flow , and Navigation Compose