Capstone Project for the Android Developer Nanodegree Program
This app is being developed according to a technical specification which is written in the first stage of the capstone project. The document includes UI mocks and a technical breakdown of components.
Kitchen Assistant helps you track your food, prepare a meal plan and create a shopping list. In addition to that, you can either select recipes from the public database or add your own and see how much people like it.
This app depends on Firebase Authentication, Firebase Realtime Database and Cloud Storage. Please do the following before running the app:
- Install the Firebase SDK.
- Add the app to your Firebase project in the Firebase console.
You will need to have:
- "google-services.json" file under "app" folder.
- "keystore.properties" file in root directory.
- "kitchen-assistant.jks" file in root directory.
"keystore.properties" will have the following.
storePassword=yourPasswordHere
keyPassword=yourPasswordHere
keyAlias=key0
storeFile=../kitchen-assistant.jks
Using SemVer for versioning.