Docket is a responsive task-management web application built with Python, Flask, and SQLite. It allows users to create, edit, complete, delete, search, and filter tasks while keeping data persistently stored in a database. I designed a clean, paper-ledger-inspired interface with responsive layouts, task progress tracking, feedback notifications, and custom error handling. The project also demonstrates CRUD development, database management, server-side validation, and production deployment with Gunicorn and Render.