From 233044e4dd260ed555b20825a8fbca9b855c2b7e Mon Sep 17 00:00:00 2001 From: Daniel Khamsing Date: Mon, 21 Dec 2020 09:01:17 -0800 Subject: [PATCH] Add MortyUI by @Dimillian --- contents.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/contents.json b/contents.json index 30545677..c8488360 100644 --- a/contents.json +++ b/contents.json @@ -24132,6 +24132,22 @@ ], "date_added": "Dec 19 2020", "suggested_by": "@dkhamsing" + }, + { + "title": "MortyUI", + "category-ids": [ + "swiftui", + "graphql" + ], + "description": "Simple Rick & Morty app to demo GraphQL + SwiftUI", + "source": "https://github.com/Dimillian/MortyUI", + "license": "apache-2.0", + "screenshots": ["https://github.com/Dimillian/MortyUI/raw/main/Screenshots/characters.png"], + "tags": [ + "swift" + ], + "date_added": "Dec 21 2020", + "suggested_by": "@dkhamsing" } ] }