You are on page 1of 1

TO-DO Application

The motive of this application is to get an hand’s on idea wether the audiance are able to grasp
Django Framework Concepts.

You are required to create a ToDo application with the following points.

1) On the home Page the user should have a form where they can easily add their day to day task to
be done.

2) There should be another page where all the task which are added by the user should be listed.
The most recent one should be at the first.

On each and every task list the user should have the option of changing the status of their
task, The default task status should be incomplete.

3) The user should also have the option of deleting their task, Once the task is deleted it should
redirect the user on the same page.

For design you are free to use BootStrap.

Deadline: 8th September 2022.

You might also like