Skip to content

To‑do list app in C# with WinForms, a SQLite DB and a full‑year birthday calendar.

Notifications You must be signed in to change notification settings

laurentbarraud/LifeProManager

 
 

Repository files navigation

LifeProManager

An offline‑first task manager built in C# with WinForms and a SQLite database.
It includes built‑in flags for important or recurring tasks, as well as topic‑based lists.
This fork is the actively maintained version, as the original co‑author has stopped development.

Release Downloads

Main window screenshot

Add task window screenshot Birthday calendar screenshot

Features

  • 🚀 Fast and responsive — even with 1,000+ tasks
  • 📦 Smart file‑based architecture — everything fits in a single, portable DB file
  • 📤 Export tasks to a clean, date‑sorted HTML page
  • 🎂 Birthday calendar listing all names and the age they’ll reach this year
  • 🪟 Responsive main window with a sliding right panel and persistent user‑defined width
  • 🌐 Fully localized in English, French and Spanish — with instant language switching

(the MonthCalendar control follows the OS culture settings, as per WinForms design).

How to Run

  • Clone this repository with Git
  • Open in Visual Studio 2022
  • Build the project with CTRL+B and run it.

Download

Go to the Releases section to download a ready-to-use installer,
designed for x64-based Windows systems (Windows 7 and above).

If you find this project useful or inspiring, consider giving it a star — it would be much appreciated.