From d0b637cdb9a1325b9f88759b1e8deb6cb03386a4 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Mon, 25 May 2020 09:45:07 -0700 Subject: [PATCH] Add FireTodo by @sgr-ksmt --- contents.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/contents.json b/contents.json index 9d65fef5..99564586 100644 --- a/contents.json +++ b/contents.json @@ -20732,6 +20732,27 @@ "license": "other", "date_added": "May 24 2020", "suggested_by": "@dkhamsing" + }, + { + "title": "FireTodo", + "category-ids": [ + "task", + "swiftui" + ], + "description": "Simple Todo using SwiftUI, Firebase, Redux.", + "source": "https://github.com/sgr-ksmt/FireTodo", + "license": "mit", + "stars": 164, + "tags": [ + "swift", + "firebase", + "redux" + ], + "screenshots": [ + "https://github.com/sgr-ksmt/FireTodo/blob/master/docs/images/img6.png?raw=true" + ], + "date_added": "May 25 2020", + "suggested_by": "@dkhamsing" } ] }