Skip to content

This repository contains the source code and resources for a Rust programming tutorial where we create a task management application from scratch

Notifications You must be signed in to change notification settings

Jenifer-TheCoder/Build-a-To-Do-List-Console-App-in-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rust-ToDo-List-App

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.

Features:

  • 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.

Getting Started:

  1. Clone this repository to your local machine.
  2. Compile the code using the Rust compiler.
$ rustc main.rs
$ ./main
  1. Follow along with the tutorial video to understand the code and concepts.

Tutorial Video:

[https://youtu.be/q6-HcxMZ_kE]

Contributing:

Contributions are encouraged! If you find bugs, have suggestions, or want to improve the project, feel free to open issues or submit pull requests.

Resources:

Happy coding! 🦀📝

About

This repository contains the source code and resources for a Rust programming tutorial where we create a task management application from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages