Skip to content

A web-based app named TODO app which is created by using Django!

Notifications You must be signed in to change notification settings

praveenkumarsrivas/todo_app_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo_app_django

Stack
  • BS4/CSS
  • Python3.8
  • django 3.0
Functionality
  • Adding the task
  • Deleting the task
  • Updating the title of the task
  • Marking the task completed/done
  • Marking the task undone

Screenshots

HOME PAGE

home-page

ADDING TASKS

first-item-add more-item

DELETING TASK

item-deleted

MARKING THE TASK COMPLETED

mark-one-completed mark-more-completed

MARKING THE TASK UNDONE (EARLIER IT WAS MARKED DONE)

mark-undone

EDITING TASK TITLE

item-updated

EDITING THE TASK PYTHON

updated-python updating-task-python

FUTURE SCOPE:

  • DATE TIME FEATURE SO THAT THE REMINDER WILL WORK
  • FILTERING THE TASK ACCORDING TO THE PRIORITY
NOTE:
  • CODE CAN BE USED FOR FAIR USE!
  • GIVE A STAR TO THE REPO IF YOU LIKE IT!