<<<<<<< HEAD
=======
conflict A simple command-line to-do list application built using Python.
- Add tasks with due dates
- Mark tasks as completed
- Delete tasks
- View pending tasks
-
Clone the repository
git clone https://github.com/your-username/todo-list.git cd todo-list -
Install dependencies (if any)
pip install -r requirements.txt
-
Run the project
python main.py
Feel free to fork the repository and submit pull requests with improvements!