Skip to content

Console ToDo app. The ToDo console app is a simple and easy-to-use task management tool that works on the command line. It allows users to easily add, delete, edit, and view their tasks without the distraction of complex graphical interfaces.

License

Notifications You must be signed in to change notification settings

smartlegionlab/todo_app_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console ToDo app v0.2.0

Console TODO app.


Other ToDO apps:


What's new:

  • 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.

In the next updates:

  • Adding comments to tasks.

Use:

  • Clone project
  • Go to the project folder
  • python main.py

Images:

logo


Disclaimer of liability:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copyright:

--------------------------------------------------------
Licensed under the terms of the BSD 3-Clause License
(see LICENSE for details).
Copyright © 2024, A.A. Suvorov
All rights reserved.
--------------------------------------------------------

About

Console ToDo app. The ToDo console app is a simple and easy-to-use task management tool that works on the command line. It allows users to easily add, delete, edit, and view their tasks without the distraction of complex graphical interfaces.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages