From d05c2b4ddaa7bd80e372f0c419b28ad9eda53b16 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 26 Mar 2021 21:49:04 +0300 Subject: [PATCH] Added list of web demos --- app/config/platforms.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/app/config/platforms.php b/app/config/platforms.php index 1538898e7b..661ac5e648 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -28,6 +28,36 @@ return [ 'gitUrl' => 'git@github.com:appwrite/sdk-for-web.git', 'gitRepoName' => 'sdk-for-web', 'gitUserName' => 'appwrite', + 'demos' => [ + [ + 'icon' => 'react.svg', + 'name' => 'Todo App (React JS)', + 'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.', + 'repo' => 'https://github.com/appwrite/demo-todo-with-react', + 'url' => '', + ], + [ + 'icon' => 'vue.svg', + 'name' => 'Todo App (Vue JS)', + 'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.', + 'repo' => 'https://github.com/appwrite/demo-todo-with-vue', + 'url' => '', + ], + [ + 'icon' => 'angular.svg', + 'name' => 'Todo App (Angular.js)', + 'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.', + 'repo' => 'https://github.com/appwrite/demo-todo-with-angular', + 'url' => '', + ], + [ + 'icon' => 'svelte.svg', + 'name' => 'Todo App (Svelte)', + 'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.', + 'repo' => 'https://github.com/appwrite/demo-todo-with-svelte', + 'url' => '', + ], + ] ], [ 'key' => 'flutter',