This project is a playground to experiment with different frameworks for full-stack web development in Python. The idea is to build a not-to-do list app—a twist on the traditional to-do list—that uses the Eisenhower matrix to help decide which tasks should be done, delegated, or dropped.
The focus here is twofold:
- Not-To-Do List App: A simple yet effective way to manage tasks by identifying what needs to be handled versus what can be eliminated or passed on.
- Front-End Design: Starting with a Streamlit dashboard, with plans to explore other responsive web interfaces and frameworks as the project evolves.