We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e44e6b commit 4060b34Copy full SHA for 4060b34
README.md
@@ -0,0 +1,14 @@
1
+# Todo App In Rust & Druid
2
+This is the git repo for my [YouTube tutorial](https://www.youtube.com/watch?v=YEa2eq4HEU8) on making a todo app in rust!
3
+
4
+## This guide goes through
5
+* Setting up druid and other dependencies
6
+* Creating the basic design of the app
7
+* Context Menus and deleting tasks
8
+* Saving state
9
+* Controllers (to use enter as an input method for todos)
10
+* Theming
11
12
+## Extra challenges
13
+* Use another format that is not JSON for saving data
14
+* Style your app
0 commit comments