Skip to content

VishakBaddur/Interactive-Task-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Interactive Task Management System

The program is designed to help users manage a to-do list. It provides a simple command-line interface for users to add tasks, view existing tasks, and remove tasks from their to-do list. The program prompts the user to enter a number corresponding to their desired action from the menu. Based on the user's choice, the program takes one of the following actions: Adding a task by invoking add_task(). Viewing tasks by invoking view_tasks(). Removing a task by invoking remove_task(). Exiting the program by displaying a goodbye message and breaking out of the loop.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors