rtodo 0.1.1

A very simple to-do list manager
[![crates.io](https://img.shields.io/crates/v/rtodo)](https://crates.io/crates/rtodo)
![GitHub](https://img.shields.io/github/license/tiagorcorreia/rtodo)
![maintenance](https://img.shields.io/maintenance/yes/2022)
[![contributors](https://img.shields.io/github/contributors/tiagorcorreia/rtodo)](https://github.com/hoodie/notify-rust/graphs/contributors)

# A very simple To-Do list manager written in Rust

I wrote this project while I'm learning Rust for practice.

I decided to put this project online so that others, like me, who are learning Rust can
take some ideas and help me improve this code too.

Feel free to open a pull request to improve the code or to add
new features and help me learn Rust.

# Features

- List todos
- Add todos
- Remove todos
- Update todos

## Screenshots
<p align="center"><img src="/img/menu.jpg?raw=true"/></p>
<p align="center"><img src="/img/sub_menu.jpg?raw=true"/></p>
<p align="center"><img src="/img/add_todo.jpg?raw=true"/></p>
<p align="center"><img src="/img/remove_todo.jpg?raw=true"/></p>

## Roadmap

- [ ] Save todos into a file and read from it.
- [ ] Add commandline arguments.