https://github.com/umairjaffar-dev/cli_todo_app
Build a CLI tool where users can add, update, delete, and list tasks. Learn file handling by storing tasks in a JSON file.
https://github.com/umairjaffar-dev/cli_todo_app
fs inquirer json nodejs
Last synced: 2 months ago
JSON representation
Build a CLI tool where users can add, update, delete, and list tasks. Learn file handling by storing tasks in a JSON file.
- Host: GitHub
- URL: https://github.com/umairjaffar-dev/cli_todo_app
- Owner: umairjaffar-dev
- Created: 2024-12-09T05:58:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T10:20:04.000Z (over 1 year ago)
- Last Synced: 2025-02-06T20:24:09.949Z (over 1 year ago)
- Topics: fs, inquirer, json, nodejs
- Language: JavaScript
- Homepage: http://localhost:3001/sign-in
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CLI TODO APP
To use the CLI TODO APP first take clone of the app. Go inside the project and install dependencies. Now run the command 'node todo.js' to run the project