Skip to content

WilkinsonK/todo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO App

icon

Yes, everyone has one. Everybody has done it, but I had to start somewhere.

This project uses Slint as the frontend with the lower functionality in Rust, naturally. It's purpose is to track tasks that need to be done at a later time.

running_stud

To run the application all that needs to be done is to use cargo.

$ cargo run [TODO_FILE]

TODOer optionally accepts a TODO file location to load tasks from, making it easier to organize TODO tasks.