Console TODO app
- Architectural code refactoring.
- The code has been rewritten using the MVC (Model-View-Controller) architecture.
- Bugs fixed.
- The user interface has been simplified and improved.
- The structure and readability of the code has been improved, making it easier to maintain and extend functionality. (SOLID, DRY, MVC).
- Complete refusal to store tasks in the json file. Only sqlite is now used to store tasks.
- Adding comments to tasks.
By using this software, you agree to the full disclaimer terms.
Summary: Software provided "AS IS" without warranty. You assume all risks.
Full legal disclaimer: See DISCLAIMER.md
- Clone project
- Go to the project folder
python main.py
Licensed under BSD 3-Clause License • Copyright (©) 2026, Alexander Suvorov
