1
0
Fork 0
mirror of synced 2024-06-03 19:34:54 +12:00

Updated config

This commit is contained in:
Eldad Fux 2021-04-11 22:26:33 +03:00
parent 318ed0b1f2
commit 2d8b8ef2ff

View file

@ -31,31 +31,31 @@ return [
'demos' => [ 'demos' => [
[ [
'icon' => 'react.svg', 'icon' => 'react.svg',
'name' => 'Todo App (React JS)', 'name' => 'Todo App with React JS',
'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.', 'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.',
'repo' => 'https://github.com/appwrite/todo-with-react', 'source' => 'https://github.com/appwrite/todo-with-react',
'url' => '', 'url' => 'https://appwrite-todo-with-react.vercel.app/',
], ],
[ [
'icon' => 'vue.svg', 'icon' => 'vue.svg',
'name' => 'Todo App (Vue JS)', 'name' => 'Todo App with Vue JS',
'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.', 'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.',
'repo' => 'https://github.com/appwrite/todo-with-vue', 'source' => 'https://github.com/appwrite/todo-with-vue',
'url' => '', 'url' => 'https://appwrite-todo-with-vue.vercel.app/',
], ],
[ [
'icon' => 'angular.svg', 'icon' => 'angular.svg',
'name' => 'Todo App (Angular.js)', 'name' => 'Todo App with Angular.js',
'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.', 'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.',
'repo' => 'https://github.com/appwrite/todo-with-angular', 'source' => 'https://github.com/appwrite/todo-with-angular',
'url' => '', 'url' => 'https://appwrite-todo-with-angular.vercel.app/',
], ],
[ [
'icon' => 'svelte.svg', 'icon' => 'svelte.svg',
'name' => 'Todo App (Svelte)', 'name' => 'Todo App with Svelte',
'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.', 'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.',
'repo' => 'https://github.com/appwrite/todo-with-svelte', 'source' => 'https://github.com/appwrite/todo-with-svelte',
'url' => '', 'url' => 'https://appwrite-todo-with-svelte.vercel.app/',
], ],
] ]
], ],