Skip to content

Commit 4060b34

Browse files
authored
Create README.md
1 parent 6e44e6b commit 4060b34

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)