Jordan Schilling

Logo

View my SDLC journey. github.com/jschilling12

28 December 2025

Implement Time Tracking for Active Applications with SQLite Database Integration

by Jordan Schilling

Devlog — 2025-12-28

Overview

This project adds functionality to track the amount of time spent on active applications in a Windows environment. It monitors the currently focused window, records usage duration, and persists the data in a SQLite database for later review.

Features

Implementation Details

References

tags: