Skip to content

This is the user based todo app made in django. Every User can only see their tasks.

Notifications You must be signed in to change notification settings

rahulrachh/todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todoapp

This is the user based todo app made in django. Every User can only see their tasks. This App consists of Create, Read, Update and Delete. We can create New User/Task.

  • It prompts us at first the Login screen. image

  • We Login from here if we have an account or we register from the link given at the end of Login screen. Clicking there takes you to Register Page. image

  • After this we login to our new account. As we havent added any tasks it looks like this. image

  • We add few tasks to it by clicking the "+" icon that is shown in the screen. image

  • After adding a few task we can see them in this way. image

  • After this we can mark the tasks to be completed when they get complete. image

  • We can also delete the tasks once they are completed by clicking the "x" icon at the end of the task. We can delete the task irrespective of whether they are completed or not. image

  • We can edit each task by clicking on the task title that is seen on the tasklist view. image

  • run the following command to generate this app on your local machine. python manage.py runserver

About

This is the user based todo app made in django. Every User can only see their tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published