Please sign in to access this page

CLI todo list

CLI todo list

3 devlogs
6h 19m
Created by Henrique

A CLI-based task management tool. Built using RUST as a research project.

Repository

Timeline

Earned sticker

Decided to turn this into its own project, a task manager via cli

Update attachment

Things learned

  • Crates, Packages and Modules
Update attachment

First devlog

I dedicated it to creating a CLI to-do list.

Things learned

  • Variables and data types.
  • Functions, control flows.
  • Ownership and language specifications
  • Structs and Enums.
Update attachment