Inspiration
This tutorial (https://www.youtube.com/watch?v=4RWFvXDUmjo)
What it does
Gives general instruction about how to build a web todo list app with Django
How we built it
Follow the tutorials, read official docs and refer to some good resources(W3Cschool, Stack Overflow, etc)
Challenges we ran into
Add the checkbox and beautify the layout.
Accomplishments that we're proud of
We learnt the basics of Django in 3 days and create a workable web app which is not that ugly.
What we learned
Django, Python, Bootstrap.
What's next for To-Do List with Django
- Save the complete state change through the check/uncheck behavior into the database
- Time and Date attribute of the Task model, so we can set a Reminder for a Task and also view it in a calendar view
- A calendar view that allows the user to overview all the tasks in a specified time slot
- Tags and Priority level, so we can group and category the tasks and sort them by priority level or tag
- others
Log in or sign up for Devpost to join the conversation.