Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 671 Bytes

File metadata and controls

32 lines (27 loc) · 671 Bytes

<<<<<<< HEAD

To-Do List Application for Project �

=======

To-Do List Application for Project

conflict A simple command-line to-do list application built using Python.

Features

  • Add tasks with due dates
  • Mark tasks as completed
  • Delete tasks
  • View pending tasks

Steps to Run the Project

  1. Clone the repository

    git clone https://github.com/your-username/todo-list.git
    cd todo-list
  2. Install dependencies (if any)

    pip install -r requirements.txt
  3. Run the project

    python main.py

Contribution

Feel free to fork the repository and submit pull requests with improvements!