This is a Flask-Python based web application: a project management tool called Crown.
You can use it to keep track of your projects and its related tasks and deadlines, with emphasis on a simple, clean interface. It includes a complex database system on the backend, complete with separate tables for users (authentication), projects, tasks, and completed tasks (history), utilizing some CS50x distribution code from the Finance problem set.