https://github.com/burhanali2211/todo-list
A simple To-Do List application built with Python for Day 3 of my 30 Days, 30 Projects challenge.
https://github.com/burhanali2211/todo-list
Last synced: 3 months ago
JSON representation
A simple To-Do List application built with Python for Day 3 of my 30 Days, 30 Projects challenge.
- Host: GitHub
- URL: https://github.com/burhanali2211/todo-list
- Owner: Burhanali2211
- Created: 2025-01-22T12:28:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T12:36:18.000Z (4 months ago)
- Last Synced: 2025-01-22T13:35:09.630Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List Application
This is a simple Python-based To-Do List application created as part of my **30 Days, 30 Projects** challenge. This is Day 3's project, focusing on enhancing my skills in Python.
---
## Features
- Add tasks to the list
- View current tasks
- Remove tasks by name or number
- Mark tasks as done
- Save tasks to a file for persistence
- Load tasks from a file---
## How to Set Up the Project
### Step 1: Clone the Repository
1. Navigate to the directory where you'd like to store the project.
2. Run the following command:
```bash
git clone https://github.com/Burhanali2211/todo-list.git
cd todo-list