Add README
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# TODO CLI - Rust
|
||||||
|
|
||||||
|
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
|
||||||
|
- Save and load tasks from file
|
||||||
|
|
||||||
|
## How to run
|
||||||
|
```
|
||||||
|
cargo run
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user