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

Updated git repos

This commit is contained in:
Eldad Fux 2021-04-11 20:49:40 +03:00
parent d05c2b4dda
commit 318ed0b1f2

View file

@ -33,28 +33,28 @@ return [
'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',
'repo' => 'https://github.com/appwrite/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',
'repo' => 'https://github.com/appwrite/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',
'repo' => 'https://github.com/appwrite/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',
'repo' => 'https://github.com/appwrite/todo-with-svelte',
'url' => '',
],
]