anasanchesdev / todo-list-app-cmd

A simple but useful To-Do List App :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo-list-app

(Start: June 4th, 2023)

In this app, the user will be able to add or remove items from a To-Do list as their choice. This App will have 3 versions:

  1. Command line interface
  2. Desktop interface
  3. Website interface

The App have five main commands:

  • add (receives user input): adds a single item to the to-do list;
  • show: shows every item of the todo-list;
  • edit (receives user input): edits a single item from the to-do list;
  • complete (receives user input): risks off an item from the todo-list;
  • exit: finish the program.

1. Command line interface

Last update: January 12th, 2024

This is the first usable version of the Todo List App (command-line version). The five concepts (add, show, edit, complete, exit) can be executed simply through the command line.

About

A simple but useful To-Do List App :)


Languages

Language:Python 100.0%