Mr-Password-7/todo-app
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
Repository files navigation
๐ Python To-Do List App A simple command-line To-Do List application built using Python. ๐ Features - Add tasks - View tasks - Mark tasks as completed - Delete tasks - Data stored in JSON file ๐ Technologies Used - Python - JSON (for storage)โถ๏ธ How to Run git clone https://github.com/Mr-Password-7/todo-app.git cd todo-app python main.py ๐ธ Sample Output --- TO-DO APP --- 1. View Tasks 2. Add Task 3. Complete Task 4. Delete Task 5. Exit ๐ Concepts Used - File Handling - Functions - Lists & Dictionaries - CLI Interaction ๐จโ๐ป Author Gorla Bhargav