Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Riegooo/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Todo List (Node.js CLI App)

A simple command-line Todo List application built using Node.js and prompt-sync.
This project lets users:

  • Add tasks
  • View all tasks
  • Mark tasks as completed
  • Remove tasks
  • Exit the program

Created as part of my JavaScript learning and practice.


Requirements

You must have:


Installation

Open your VS Code terminal and run the following commands:

Initialize your project (creates package.json)

npm init -y
npm install prompt-sync

Clone this project (if downloading from GitHub)

git clone https://github.com/Riegooo/todo-list.git
cd todo-list
npm install

How to Run

node main.js

About

Basic todo list console based/node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published