Hi there!
This is my first post in this group, and even though I did took a look at the About section, I can't tell what the rules are.
Anyway, I have a website where I'm implementing a "To Do List" using HTML, CSS, jQuery, and Django for me to learn about using a Django server and database. The tasks are saved as objects in the server, where each one has a string denoting what it is, as a label, and a Boolean value, as a checkbox, for whether or not that task is done.