Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 776 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 776 Bytes

FoodTracker

An App that Tracks food expiration dates using MVVM architecture.

Prerequisites

Must have the Latest Version of the following installed

Java
Android Studio

Installing

Clone the repo and open using android studio. Press the play button and plug in an android device or use a virtual one.

App in Action

Gif of the App

TODO

  • Food update function when cards are clicked
  • countdown number of days till item expire if less than a week left.
  • Color system for the cards. Green = Fresh, Amber = Edible , Red = Expired
  • material design
  • light/dark theme.
  • add landscape support or remove calenderview and use datepicker.
  • Local / Instrument Unit Tests.