TS-Task-Manager is a basic CLI task-manager application written in TypeScript. My intent for writing this app was to practice TypeScript, and to get familiar with NPMs readlineSync package.
Once the application has been started, users can Create, Read, Update, and Delete tasks using the readlineSync.question prompts in the terminal.
- Make sure you have Node.js installed on your system
- cd into
ts-task-manager
directory - Run
node src/index.js
command - To exit app, enter "6" when prompted with main menu
- readline-sync ^1.4.10