Skip to content

ravitejanellore/roadMapRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RoadMapRepo

Requirements

The application should run from the command line, accept user actions and inputs as arguments, and store the tasks in a JSON file. The user should be able to:

  • Add, Update, and Delete tasks
  • Mark a task as in progress or done
  • List all tasks
  • List all tasks that are done
  • List all tasks that are not done
  • List all tasks that are in progress

How to Run

once you run taskOrganizer.py , you can enter following actions as an example

To add tasks

add "Buy Groceries"

to update Task description of task with id 1

update 1 "Buy Groceries and Veggies"

to delete task with id 1

delete 1

to update task status for task id 1

mark-todo 1 mark-in-progress 1 mark-completed 1

About

Road Map python projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages