Weekly Blog 11
- Tanner Hugli
- Apr 11, 2022
- 1 min read
This week we began for further implement our API, and began to increase the user search flexibility, and started to create the interface that allows users to search by ingredients, by name, etc. This will eventually be taken further, and will take a string from the user, which the API can parse and return potential recipes based on user ingredients, intolerances, etc. We also added a Joke of the Day button on the home screen, which calls the API for a random food-related joke.
Continuing through this coming up week, we will be working more with the kivy interface to make function calls between our python file and our .kiv file. As well, we will look into recording user date to the .ini file so that user preferences can be stored.
Comments