Skip to content

gabobaxx/typescli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPESCLI 🚀

This is a cli app that can create, mark as complete, show/hide completed and remove tasks.

Technologies used for this project 💻

Usage

npm is required.

npm i typescli -g
typescli 

Screenshots 📷

Show/Hide Completed Tasks

principal

Add New Tasks

new

Mark Tasks as Completed

complete

Remove Completed Task

remove

Hacking

You can modified source code.

git clone https://github.com/gabrielba15/typescli.git 
cd typescli
npm install 
npm run build 
npm start

Ready, happy hacking :D