Skip to content

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

Notifications You must be signed in to change notification settings

katy246/todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published