Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 468 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 468 Bytes

Todo App In Rust & Druid

This is the git repo for my YouTube tutorial on making a todo app in rust!

This guide goes through

  • 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

Extra challenges

  • Use another format that is not JSON for saving data
  • Style your app