An open API service indexing awesome lists of open source software.

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.

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