javascript-mini-projects
javascript-mini-projects copied to clipboard
Tasker - A Simple CLI Task Manager
A command-line tool for managing daily tasks. Users can add, list, update, and delete tasks. Tasks are stored locally in a JSON or SQLite database. Why it's good for open source:
Easy for beginners to understand and contribute. Open for feature suggestions like recurring tasks, due dates, priority flags, or exporting tasks to CSV. Tech Stack: Python (argparse, JSON/SQLite3).
May I know the issue and contribute to it, please?