Skip to content

nwankwo-ikechi/Todo-List-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

To-Do List App

A simple Python application to help you manage and organize your tasks effectively. This project is beginner-friendly and demonstrates basic Python programming concepts like file handling, lists, and user interaction. I hope you enjoy as much as I did learning.

Features

  • Add tasks
  • View tasks
  • Delete tasks
  • Save and load tasks to/from a file

How to Run this Project

  1. Make sure you have Python installed on your system. You can download it from python.org.
  2. Clone this Repository - (You should have git bash installed) git clone <repository-URL (HTPPS)
  3. Navigate to the project folder cd To-Do-List-App
  4. Run the Application: python todo_list.py

Example Usage

  • Add a task: "Buy groceries"
  • View tasks: Displays all added tasks
  • Delete a task: Remove tasks you’ve completed from the list
  • Save Tasks: Save your tasks to hold between sessions
  • Load Tasks: Load saved tasks when restarting application

About

Simple todo list app to help structure your day.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages