From df4cecedf0a1b1f734f39db865edce1dcb0163c2 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Fri, 23 Feb 2024 16:59:31 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Added=20captions=20to=20screensh?= =?UTF-8?q?ots?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32654f5..58ae0a0 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,24 @@ ThreeTwo! _aims to be_ a comic book curation app. ### Screenshots +#### Dashboard + ![](https://raw.githubusercontent.com/rishighan/threetwo/ef05dee6005f683f1e4547631217681def9ebe86/screenshots/Dashboard.jpg) +#### Issue View + ![](https://raw.githubusercontent.com/rishighan/threetwo/ef05dee6005f683f1e4547631217681def9ebe86/screenshots/ComicDetail.jpg) +#### DC++ Search + ![](https://raw.githubusercontent.com/rishighan/threetwo/ef05dee6005f683f1e4547631217681def9ebe86/screenshots/DC%2B%2BSearching.jpg) +#### Import + ![](https://raw.githubusercontent.com/rishighan/threetwo/ef05dee6005f683f1e4547631217681def9ebe86/screenshots/Import.jpg) +#### Comic Vine Matching, Metadata Scraping + ![](https://raw.githubusercontent.com/rishighan/threetwo/ef05dee6005f683f1e4547631217681def9ebe86/screenshots/CVMatching.jpg) ### 🦄 Early Development Support Channel @@ -29,7 +39,8 @@ ThreeTwo! currently is set up as: 1. The UI, this repo. 2. [threetwo-core-service](https://github.com/rishighan/threetwo-core-service) 3. [threetwo-metadata-service](https://github.com/rishighan/threetwo-metadata-service) -4. [threetwo-ui-typings](https://github.com/rishighan/threetwo-frontend-types) which are the types used across the UI, installable as an `npm` dependency. +4. [threetwo-acquisition-service](https://github.com/rishighan/threetwo-acquisition-service) +5. [threetwo-ui-typings](https://github.com/rishighan/threetwo-frontend-types) which are the types used across the UI, installable as an `npm` dependency. ## Docker Instructions