Digitize your recipe book today and create shopping lists, view your recipes on an Android device and more!
Note: This application is currently only available in German, but localisation for English will follow soon!
- Create, edit and display recipes, ingredients and categories
- Implement a configurable season calendar
- Search filters for recipes (Search by recipe name/category/ingredients)
- Basic Android app to view recipes
- Extend functionality of Android app
- Create webservice for uploading and sharing recipes
- Create shopping lists based on selected meals + servings
- Show in-season ingredients in recipes
- Add localisation support
- Add English localisation
If you want to introduce new user controls and/or add new controls to existing ones, please follow the MVVM pattern.
Also please follow these guidelines:
- If you wish to contribute, create a fork of this repo. After you are done make a merge request and describe in a few sentences what you have changed.
- Create Viewmodels inside the namespace "ViewModel" and append "ViewModel" at the end of the class name. (For example "RecipeViewViewModel")