Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 486 Bytes

File metadata and controls

20 lines (16 loc) · 486 Bytes

Python To-Do List (CLI)

A Python-based command-line To-Do List application that allows users to add, view, and delete tasks, built to practice Python fundamentals and logical thinking.

Description

A simple command-line based To-Do List application built using Python.

Features

  • Add tasks
  • View tasks
  • Delete tasks
  • Simple and user-friendly CLI

Technologies Used

  • Python

What I Learned

  • Python functions
  • Lists and loops
  • Basic error handling
  • Problem solving