Project on https://roadmap.sh/projects/task-tracker. This CLI app permits you to add, delete, and update tasks and list them formatted in a readable format. It uses a .json local file in the same directory to store your tasks.
This app has no dependencies, to run:
bun run index.tsThis project was created using bun init in bun v1.3.9. Bun is a fast all-in-one JavaScript runtime.