aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-06-09 06:34:55 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-06-09 06:34:55 +0800
commitab796e81ab4e3e9fa1a26f8217635eebec658b5e (patch)
treebbaf957bd9f952e93b767f5d1228d3c99d450a0a /docs
parent78f282007980fe9c9ef143a6bc6fb76282957ab6 (diff)
Add full-todolist example project
Diffstat (limited to 'docs')
-rw-r--r--docs/example-pages/examples.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/example-pages/examples.json b/docs/example-pages/examples.json
index 9022066..02b63d1 100644
--- a/docs/example-pages/examples.json
+++ b/docs/example-pages/examples.json
@@ -291,5 +291,22 @@
"Cargo.toml",
"src/main.rs"
]
+ },
+ {
+ "id": "full-todolist",
+ "name": "Todo List",
+ "icon": "📝",
+ "category": "full",
+ "desc": "This is a complete example project that demonstrates how to develop a todo list application using Mingling\n",
+ "tags": [
+ "todolist",
+ "CRUD"
+ ],
+ "files": [
+ "src/main.rs",
+ "src/todolist.rs",
+ "src/help.rs",
+ "Cargo.toml"
+ ]
}
] \ No newline at end of file