This is the git repo for my YouTube tutorial on making a todo app in rust!
- Setting up druid and other dependencies
- Creating the basic design of the app
- Context Menus and deleting tasks
- Saving state
- Controllers (to use enter as an input method for todos)
- Theming
- Use another format that is not JSON for saving data
- Style your app