It's an app that helps you remember things to do
-
Add Task:
- Users can add new tasks to the to-do list.
- Each task is associated with a description.
-
Delete Task:
- Users can delete tasks based on their index in the to-do list.
- Deleting a task removes it from the list.
-
Complete Task:
- Users can mark tasks as completed.
- Completed tasks are visually distinguished from active tasks.
-
Show Tasks:
- Users can view the list of tasks along with their completion status.
-
Prerequisites
- Python
-
Clone the Repository:
git clone https://github.com/UneAbeilleee/to_do_list-Elies-CDOF5 cd to_do_list-Elies-CDOF5 python main.py
If you wa,t to contribute you can do : add colors to distinguish between completed/unfinished tasks, add due dates, or whatever you wish
- Fork the project
- Create a new branch
git checkout -b feature-name
git commit -m 'Description of changes'
git push origin feature-name