crates.io GitHub maintenance contributors

A 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, add new features, and help me learn Rust.

Features

Screenshots

Installation

Install rtodo with cargo

bash cargo install rtodo

Run Locally

Clone the project

bash git clone https://github.com/TiagoRCorreia/rtodo.git

Go to the project directory

bash cd rtodo

Build project

bash cargo build --release

Run the program

bash cargo run

Roadmap

Feedback

If you have any feedback, please reach out to me at tiagorcoreia87@gmail.com

License

MIT