Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 69892ad

Browse filesBrowse files
committed
project info has been aded
1 parent f068aba commit 69892ad
Copy full SHA for 69892ad

File tree

1 file changed

+16
-0
lines changed
Filter options

1 file changed

+16
-0
lines changed

‎projects/todo-list/README.md

Copy file name to clipboard
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
This is a simple command-line To-Do List application built in Python. It allows users to manage their tasks by adding, viewing, and removing them. The application uses a JSON file for persistent storage, so tasks are saved between sessions.
2+
3+
- **`core/`**: Contains core functionality for managing tasks and file operations.
4+
- **`load_save.py`**: Functions to load and save tasks to a JSON file.
5+
- **`task_management.py`**: Functions to add, view, and remove tasks.
6+
- **`utils.py`**: (Optional) Additional helper functions.
7+
- **`todo_list.py`**: The main script that provides a command-line interface for interacting with the To-Do List.
8+
- **`tasks.json`**: JSON file used for storing tasks persistently.
9+
10+
11+
## Interact with the To-Do List
12+
13+
1. **Add Task:** Select option 1 and enter the task description.
14+
2. **View Tasks:** Select option 2 to see a list of current tasks.
15+
3. **Remove Task:** Select option 3 and enter the task number to remove it.
16+
4. **Exit:** Select option 4 to save tasks and exit the application.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.