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.
-
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.
-
After this we login to our new account. As we havent added any tasks it looks like this.
-
We add few tasks to it by clicking the "+" icon that is shown in the screen.
-
After this we can mark the tasks to be completed when they get complete.
-
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.
-
We can edit each task by clicking on the task title that is seen on the tasklist view.
-
run the following command to generate this app on your local machine.
python manage.py runserver