This project showcase my Python skills, file handling, and command-line interface (CLI) design.
A simple command-line to-do list manager written in Python. Supports adding, deleting, and listing tasks with persistent storage in JSON.
- Add, delete, and list tasks
- Tasks saved to
tasks.json - Lightweight (~50 lines of code)
- Clone the repo:
git clone https://github.com/Lithakane/Python-CLI-To-Do-List-App.git