Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 887 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 887 Bytes

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