diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..c627521 --- /dev/null +++ b/README.MD @@ -0,0 +1,6 @@ +A simple command-line todo list app built in Rust. +My first Rust project while learning the language. +## Features +- Create tasks with name, priority, and description +- Delete tasks +- List all tasks \ No newline at end of file