Skip to content

UneAbeilleee/to_do_list-Elies-CDOF5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TO DO LIST APPLICATION

It's an app that helps you remember things to do

Descrittion

  1. Add Task:

    • Users can add new tasks to the to-do list.
    • Each task is associated with a description.
  2. Delete Task:

    • Users can delete tasks based on their index in the to-do list.
    • Deleting a task removes it from the list.
  3. Complete Task:

    • Users can mark tasks as completed.
    • Completed tasks are visually distinguished from active tasks.
  4. Show Tasks:

    • Users can view the list of tasks along with their completion status.

How to run

  1. Prerequisites

    • Python
  2. Clone the Repository:

    git clone https://github.com/UneAbeilleee/to_do_list-Elies-CDOF5
    cd to_do_list-Elies-CDOF5
    python main.py
    

How to contribute

If you wa,t to contribute you can do : add colors to distinguish between completed/unfinished tasks, add due dates, or whatever you wish

  1. Fork the project
  2. Create a new branch
    • git checkout -b feature-name
    • git commit -m 'Description of changes'
    • git push origin feature-name

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages