From ab796e81ab4e3e9fa1a26f8217635eebec658b5e Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Tue, 9 Jun 2026 06:34:55 +0800 Subject: Add full-todolist example project --- examples/full-todolist/page.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/full-todolist/page.toml (limited to 'examples/full-todolist/page.toml') diff --git a/examples/full-todolist/page.toml b/examples/full-todolist/page.toml new file mode 100644 index 0000000..9bdc7f1 --- /dev/null +++ b/examples/full-todolist/page.toml @@ -0,0 +1,10 @@ +[example] +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 +""" +tags = ["todolist", "CRUD"] +files = ["src/main.rs", "src/todolist.rs", "src/help.rs", "Cargo.toml"] -- cgit