1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +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' => [
[
'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.',
'repo' => 'https://github.com/appwrite/todo-with-react',
'url' => '',
'source' => 'https://github.com/appwrite/todo-with-react',
'url' => 'https://appwrite-todo-with-react.vercel.app/',
],
[
'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.',
'repo' => 'https://github.com/appwrite/todo-with-vue',
'url' => '',
'source' => 'https://github.com/appwrite/todo-with-vue',
'url' => 'https://appwrite-todo-with-vue.vercel.app/',
],
[
'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.',
'repo' => 'https://github.com/appwrite/todo-with-angular',
'url' => '',
'source' => 'https://github.com/appwrite/todo-with-angular',
'url' => 'https://appwrite-todo-with-angular.vercel.app/',
],
[
'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.',
'repo' => 'https://github.com/appwrite/todo-with-svelte',
'url' => '',
'source' => 'https://github.com/appwrite/todo-with-svelte',
'url' => 'https://appwrite-todo-with-svelte.vercel.app/',
],
]
],