A sample app that showcases details of a food item built with clean architecture 😅
Calories | Calorie |
---|---|
As a user I can :
- Search for calorie details of different food items
- Have a cache of calorie items offline for later
Calorie has been completely modularized and each module has it's own specific task.
Modularization |
---|
TODO : write a more detailed modularization description outlining what each module does
TODO : write a more detailed testing description
Module | Test |
---|---|
:remote |
|
:local |
|
:calories-viewmodel |
|
:calorie-viewmodel |