diff options
Diffstat (limited to 'docs/example-pages/examples.json')
| -rw-r--r-- | docs/example-pages/examples.json | 17 |
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 |
