Back to projects

To-Do App

Task management with persistent storage

PythonTkinterJSON

Simple & Persistent Task Management

A desktop to-do application focused on simplicity and local data persistence.

Features

  • Add, mark complete, and delete tasks from a list.
  • All tasks are saved to a data.json file so your list survives app restarts.
  • Built entirely in Python with Tkinter for the GUI.