Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 387 Bytes

File metadata and controls

20 lines (16 loc) · 387 Bytes

To-Do List CLI

A command-line Python application to manage daily tasks.

Features

  • Add new tasks
  • View all tasks
  • Remove a task
  • Mark tasks as completed

Concepts Covered

  • Lists and dictionaries
  • Functions
  • Loops and conditionals
  • Error handling with try/except

How to Run

  1. Clone the repository:
    git clone https://github.com/nerd-10/to-do-list-cli