Skip to content

Simple Terminal task manager written in TypeScript

Notifications You must be signed in to change notification settings

vktr-r2/ts-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS-Task-Manager

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.

Screenshots

Main Menu

"Screenshot of Main Menu

Task List

"Screenshot of Demo Tasks List"

Update Task

"Screenshot of Task Update"

Getting Started

  • 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

Dependencies

  • readline-sync ^1.4.10

About

Simple Terminal task manager written in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published