Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 613 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 613 Bytes

This is a simple To-do app written in Python using the Django Web framework which currently supports the following

The app was created as POC for self-study and was coded during a very limited timeframe.

Single user only - no authentication or authorization currently supported

User will be able to :

  • Add a new task
  • Modify existing task’s name, priority, due date, status
  • Delete a task (can not be undone)
  • View all existing tasks

Future |:

  • add either a random funny quote or random cat pic on the page
  • user can add a list of subtasks to a task
  • view only high importance tasks