mrashid25-to-do-list
v2.0.0
Published
To-Do List Command-Line Program in TypeScript. This TypeScript program is a command-line to-do list manager. It allows users to interactively add,view and delete tasks to their to-do list until they choose to stop. The program uses the inquirer library a
Downloads
2
Readme
To-Do List Command-Line Program in TypeScript. This TypeScript program is a command-line to-do list manager. It allows users to interactively add,view and delete tasks to their to-do list until they choose to stop. The program uses the inquirer library and prompt sync to prompt the user for input and maintains a list of tasks that are displayed as they are added. This project is created to demonstrate an interactive command-line application using TypeScript,inquirer and chalk.