DEV Community

James Kabuga
James Kabuga

Posted on

Day 24 Of Documenting my Learning Journey

What I did Today

Build a To-do List Application using knowledge that I learnt on week-three.

On what I did Today
The application should allow a user to add a new task , View current tasks, delete a task , mark a task as done and exit the application.

Create various modules. For a menu , tasks and main. In the menu we create a menu where it displays to the user what the application does.Tasks.py for creating the functions for each task and main.py for dictating the flow of our application.

Resources I used
A python refresher series on Youtube by by Bonaventure Ogeto.

What's Next
Updating the main README.md , Creating a new task for the next week and merging week three branch into main.

Top comments (0)