I need a very small, self-contained prototype that shows how you would structure an “apple fruits records” application. At this stage I am deliberately keeping the brief minimal because the goal is to evaluate your approach, code quality, and communication style before we move on to a full build. Here is what the first milestone should demonstrate: • A clean data model able to store individual apple entries (feel free to invent a few sample fields such as variety, harvest date, or quality score so I can see relational thinking). • A simple screen that lists the saved records and lets me add a new one. • Clear, commented source code plus a short read-me describing the architecture and any third-party packages you introduced. Platform is flexible—use the stack you are strongest with (native iOS, Android, Flutter, React Native, or a lightweight Web SPA). The app only needs to run locally or in a simulator for now. Once I review the prototype we can decide together which additional features to prioritise—perhaps full variety tracking, quality assessments, or inventory modules—and negotiate a larger second phase.