Welcome to the Rust To-Do List App project! In this repository, you'll find the source code for a simple and effective To-Do List application written in Rust. This project is accompanied by a tutorial video, providing step-by-step guidance on building the app and understanding key Rust programming concepts.
- Task Management: Create, mark as done, and display tasks.
- User Interface: Simple command-line interface with numeric input.
- Error Handling: Graceful handling of user input errors.
- Structs and Methods: Use of structs for task and app management.
- Clone this repository to your local machine.
- Compile the code using the Rust compiler.
$ rustc main.rs
$ ./main
- Follow along with the tutorial video to understand the code and concepts.
[https://youtu.be/q6-HcxMZ_kE]
Contributions are encouraged! If you find bugs, have suggestions, or want to improve the project, feel free to open issues or submit pull requests.
Happy coding! 🦀📝