Task Tracker
Introduction To learn more about backend programming, I explored the project list on roadmap.sh. They provide a variety of backend projects, ranging from beginner to advanced levels. The first project involved writing a CLI-based task tracker. I built this in Python and discovered some cool features of argparse along the way. Usage The options for this tool are very simple. You can add, update, delete, mark, and list tasks. After installing the tool, the CLI commands are similar to those of other CLI-based programs....