REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
36/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
30 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
51 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Groceries (SwiftUI)
A tiny SwiftUI iOS 17 sample app to learn the basics of building modern UI:
- List + Navigation
- Add / Edit / Delete
- Search
- Two implementations side-by-side:
- In-Memory (MVVM + Observation)
- SwiftData persistence
Features
In-Memory tab
- MVVM using Observation (
@Observable)
- List → Edit screen
- Add item sheet
- Search + delete (works even while filtered)
SwiftData tab
- Persistent storage using SwiftData
@Model, @Query, ModelContext
- Add / edit / delete
- Search
Screenshots
Tech Stack
- SwiftUI
- Observation (iOS 17)
- SwiftData (iOS 17)
Requirements
Getting Started
- Clone the repo
- Open the Xcode project
- Run on an iOS 17+ simulator/device
Project Structure (suggested)
Models/ – app models (in-memory + SwiftData @Model)
ViewModels/ – MVVM view models for the in-memory tab
Views/ – SwiftUI screens + components
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Pip's Kitchen Garden — A kid-friendly iOS game where children grow veggies, cook recipes through mini-games, and learn nutrition science with Pip the Hedgehog. Built with SwiftUI, SwiftData, CloudKit, WeatherKit, USDA FoodData Central API, and on-device AI.
51/100 healthRecently updatedActive repository
SwiftNo license#cloudkit#cooking#education#foundation-models
⑂ 1 forks◯ 1 issuesUpdated 3 days ago
learn SwiftData with SwiftUI
27/100 healthActive repository
SwiftNo license
⑂ 0 forks◯ 0 issuesUpdated Oct 2, 2023
100 Days of SwiftUI is a free collection of videos, tutorials, tests, and more, all on Hacking with Swift, and all designed to help learn SwiftUI effectively - Paul Hudson