Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 481 Bytes

File metadata and controls

22 lines (13 loc) · 481 Bytes

Task Tracker CLI

A command-line interface task management application built with Node.js and SQLite.

Overview

This application provides a simple and efficient way to manage tasks directly from your terminal.

Technology Stack

  • Node.js: Runtime environment
  • SQLite: Lightweight database for task storage

Features

  • Create, read, update, and delete tasks
  • Persistent storage with SQLite
  • Simple command-line interface

Getting Started

Coming soon...