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.
You must have:
- Node.js installed → https://nodejs.org/
Open your VS Code terminal and run the following commands:
npm init -y
npm install prompt-syncgit clone https://github.com/Riegooo/todo-list.git
cd todo-list
npm installnode main.js