Files
noodl-docs/static/projecttemplates/index.json
Eric Tuvesson d93319ca81 chore: Remove "Sign up and log in" template (#51)
This template is using Noodl Cloud Formation, "cloudServicesTemplateURL", this is not supported in the open source version of Noodl due to the lack of Noodl cloud hosted services.
2024-01-11 16:08:30 +01:00

38 lines
1.3 KiB
JSON

[
{
"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": "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"
}
]