From d7f9c4f890f11ca384435d8808ed23b29c58c30a Mon Sep 17 00:00:00 2001 From: Brian Simmons Date: Tue, 18 Nov 2025 13:56:39 -0700 Subject: [PATCH] Add PlatziStoreREST to Showcase This PR adds my open source SwiftUI + REST API sample app "PlatziStoreREST" to the showcase. It uses the Platzi Fake Store API for products, categories, authentication, and images. --- src/constants/showcase.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/constants/showcase.ts b/src/constants/showcase.ts index 4d0f19f..a13b38f 100644 --- a/src/constants/showcase.ts +++ b/src/constants/showcase.ts @@ -59,4 +59,9 @@ export const SHOWCASES = [ image: "https://i.imgur.com/7lT5qDt.png", link: "https://calis-store.vercel.app/", }, + { + title: "PlatziStore (SwiftUI Sample App)", + image: "https://i.imgur.com/gI67Xuj", + link: "https://github.com/bsimmons01/PlatziStoreREST", + }, ];