Console TODO App v1.0.0

Simple task management from terminal

Built with MVC architecture, SQLite storage. Lightweight and fast.

Python CLI SQLite MVC Linux

Console TODO app — simple task management from terminal.

  • Architectural code refactoring
  • Rewritten using MVC (Model-View-Controller) architecture
  • Bugs fixed
  • User interface simplified and improved
  • Code structure and readability improved (SOLID, DRY, MVC)
  • Complete refusal to store tasks in JSON file — only SQLite is now used

In the next updates:

  • Adding comments to tasks

git clone https://github.com/smartlegionlab/todo-app-cli.git
cd todo-app-cli
python main.py

  • Language: Python
  • Architecture: MVC (Model-View-Controller)
  • Storage: SQLite
  • License: BSD 3-Clause