Skip to content

arstek131/Expire_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expire App

Final project for the DIMA (Design And Implementation Of Mobile Applications) course at Politecnico di Milano.

Final Score: 30L/30

Brief Description

Expire App has been developed using Flutter. The main purpose of the app, is to track, as the name suggests, the expiration date of the food you buy, by sending reminders.

The real potential of Expire app is the ability to share your product list with other family members. But you actually can do much more, for instance you can keep track of your healthy diet, or find personalized recipes or even create shopping lists shared with other family members. Last but not least, it’s important to remember that Expire App is available for both users, online and offline.

App Preview

Products screen

Recipes screen

Shopping lists, statistics and user screen

Multi layouts

Building from Source

  1. If you don't have Flutter SDK installed, please visit official Flutter site.
  2. Fetch latest source code from master branch.
git clone https://github.com/arstek131/Expire_App.git
  1. Run the app with Android Studio or VS Code. Or the command line:
flutter pub get
flutter run

Group Members

License

All the code available under the MIT + Apache 2.0. licenses. See LICENSE.