Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
BIN
static/projecttemplates/happy_holidays/happy-holidays-2021-1.zip
Normal file
|
After Width: | Height: | Size: 938 KiB |
BIN
static/projecttemplates/hello_world/hello-1-12.zip
Normal file
BIN
static/projecttemplates/hello_world/hello.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
static/projecttemplates/hello_world/helloWorld.png
Normal file
|
After Width: | Height: | Size: 390 KiB |
46
static/projecttemplates/index.json
Normal file
@@ -0,0 +1,46 @@
|
||||
[
|
||||
{
|
||||
"iconURL": "hello_world/helloWorld.png",
|
||||
"title": "Hello World",
|
||||
"desc": "A simple application template with just a Group and a Text node.",
|
||||
"projectURL": "hello_world/hello-1-12.zip",
|
||||
"category": "Basic"
|
||||
},
|
||||
{
|
||||
"iconURL": "sidebar/sidebar.png",
|
||||
"title": "Sidebar navigation",
|
||||
"desc": "A simple project containing a sidebar with menu navigation.",
|
||||
"projectURL": "sidebar/sidebar-0-3.zip",
|
||||
"category": "Basic"
|
||||
},
|
||||
{
|
||||
"iconURL": "tab_navigation/tabNavigation.png",
|
||||
"title": "Tab navigation",
|
||||
"desc": "A simple project containing a tab menu with navigation.",
|
||||
"projectURL": "tab_navigation/tab_navigation_example_1-4.zip",
|
||||
"category": "Basic"
|
||||
},
|
||||
{
|
||||
"iconURL": "navigation_template/navigation.png",
|
||||
"title": "Top bar navigation",
|
||||
"desc": "A simple project containing a header with menu navigation.",
|
||||
"projectURL": "navigation_template/navigation_example_1-7.zip",
|
||||
"category": "Basic"
|
||||
},
|
||||
{
|
||||
"iconURL": "signup_template/signup_thumbnail.png",
|
||||
"title": "Sign up and log in",
|
||||
"desc": "A project with a full sign up and log in flow.",
|
||||
"projectURL": "signup_template/signuptemplate-2-5.zip",
|
||||
"category": "Basic",
|
||||
"useCloudServices": true,
|
||||
"cloudServicesTemplateURL": "signup_template/signup-app-cf.json"
|
||||
},
|
||||
{
|
||||
"iconURL": "task_manager_template/taskmanager.png",
|
||||
"title": "Task Manager App",
|
||||
"desc": "The final task manager app from the interactive lessons",
|
||||
"projectURL": "task_manager_template/task-manager-app-1-0.zip",
|
||||
"category": "Basic"
|
||||
}
|
||||
]
|
||||
BIN
static/projecttemplates/mapbox/mapbox-app-1-1.zip
Normal file
BIN
static/projecttemplates/mapbox/mapbox.png
Normal file
|
After Width: | Height: | Size: 151 KiB |
BIN
static/projecttemplates/mapbox/mapbox_key.png
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
static/projecttemplates/navigation_template/navigation.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 198 KiB |
BIN
static/projecttemplates/sidebar/sidebar-0-3.zip
Normal file
BIN
static/projecttemplates/sidebar/sidebar.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
12
static/projecttemplates/signup_template/signup-app-cf.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"formation":[
|
||||
{
|
||||
"type":"collection",
|
||||
"name":"_User",
|
||||
"properties":{
|
||||
"name":{"type":"String"},
|
||||
"profileImage":{"type":"File"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
static/projecttemplates/signup_template/signup_thumbnail.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
static/projecttemplates/signup_template/signuptemplate-2-5.zip
Normal file
BIN
static/projecttemplates/suatch/suatch_1-0.png
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
static/projecttemplates/suatch/suatch_1-0.zip
Normal file
BIN
static/projecttemplates/suatch/suatch_1-1.png
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
static/projecttemplates/suatch/suatch_1-1.zip
Normal file
BIN
static/projecttemplates/suatch/suatch_1-2.zip
Normal file
BIN
static/projecttemplates/survey_app/survey_app_1-4.zip
Normal file
BIN
static/projecttemplates/survey_app/survey_thumbnail.png
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
static/projecttemplates/survey_app/survey_thumbnail2.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
static/projecttemplates/tab_navigation/tabNavigation.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
static/projecttemplates/task_manager_template/taskmanager.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
static/projecttemplates/tasklist_app/task-app-1-1.zip
Normal file
BIN
static/projecttemplates/tasklist_app/task-app-1-2.zip
Normal file
12
static/projecttemplates/tasklist_app/task-app-cf.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"formation":[
|
||||
{
|
||||
"type":"collection",
|
||||
"name":"Todo",
|
||||
"properties":{
|
||||
"task_description":{"type":"String"},
|
||||
"completed":{"type":"Boolean", "defaultValue":false}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
static/projecttemplates/tasklist_app/task_list_thumbnail.png
Normal file
|
After Width: | Height: | Size: 128 KiB |
BIN
static/projecttemplates/travel_app/thumbnail-commingsoon.png
Normal file
|
After Width: | Height: | Size: 210 KiB |
BIN
static/projecttemplates/travel_app/travel_app_1-1.zip
Normal file
BIN
static/projecttemplates/travel_app/travel_app_1-2.zip
Normal file
BIN
static/projecttemplates/travel_app/travel_app_thumbnail.png
Normal file
|
After Width: | Height: | Size: 195 KiB |
|
After Width: | Height: | Size: 192 KiB |