1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Added list of web demos

This commit is contained in:
Eldad Fux 2021-03-26 21:49:04 +03:00
parent 86d962e17f
commit d05c2b4dda

View file

@ -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',