Inspiration
This is a practical application for creating a grocery list or keeping inventory of food.
What it does
Automatically generates an adjective and noun to create a food item, and editing is enabled.
How we built it
Using Swift and the IDE Xcode
Challenges we ran into
Errors in the code, debugging, and fixing the errors so that the app didn't crash.
Accomplishments that we're proud of
Utilizing a vertical stack view for the Detail View Controller (view controlled with item details) Utilizing the dependency inversion principle. The goal is to decouple objects in an application by inverting certain dependencies between them. This results in more robust and maintainable code.
What we learned
How to utilize the Navigation View Controller and edit item properties on the Detail View Controller.
What's next for Item Repository
Enabling a camera feature to upload photos for the items.
Log in or sign up for Devpost to join the conversation.